proxmox-mcp

proxmox-mcp

MCP server for full Proxmox VE management - VMs, containers, storage, backups, networking.

Category
Visit Server

README

proxmox-mcp

MCP server for full Proxmox VE management - VMs, containers, storage, backups, networking.

Installation

pip install proxmox-mcp

Configuration

Set environment variables:

export PROXMOX_HOST=https://192.168.1.100:8006
export PROXMOX_USER=root@pam
export PROXMOX_TOKEN_NAME=mcp-token
export PROXMOX_TOKEN_VALUE=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
export PROXMOX_VERIFY_SSL=false

Usage with Claude Code

Add to your Claude MCP config:

{
  "mcpServers": {
    "proxmox": {
      "command": "python",
      "args": ["-m", "proxmox_mcp.server"],
      "env": {
        "PROXMOX_HOST": "https://your-proxmox:8006",
        "PROXMOX_TOKEN_NAME": "your-token",
        "PROXMOX_TOKEN_VALUE": "your-secret"
      }
    }
  }
}

Available Tools

Nodes

  • pve_node_list - List all cluster nodes
  • pve_node_status - Get node status (CPU, memory, uptime)

Virtual Machines

  • pve_vm_list - List all VMs
  • pve_vm_status - Get VM status
  • pve_vm_config - Get VM configuration
  • pve_vm_start - Start a VM
  • pve_vm_stop - Graceful shutdown
  • pve_vm_force_stop - Force power off
  • pve_vm_restart - Restart VM
  • pve_vm_create - Create new VM
  • pve_vm_delete - Delete VM
  • pve_vm_clone - Clone VM

Containers (LXC)

  • pve_container_list - List all containers
  • pve_container_status - Get container status
  • pve_container_config - Get container configuration
  • pve_container_start - Start container
  • pve_container_stop - Graceful shutdown
  • pve_container_force_stop - Force stop
  • pve_container_create - Create new container
  • pve_container_delete - Delete container

Storage

  • pve_storage_list - List storage pools
  • pve_storage_content - List storage contents

Network

  • pve_network_list - List network interfaces
  • pve_network_vm - Get VM network config

Backups & Snapshots

  • pve_backup_list - List backups
  • pve_backup_create - Create backup
  • pve_snapshot_list - List snapshots
  • pve_snapshot_create - Create snapshot
  • pve_snapshot_rollback - Rollback to snapshot
  • pve_snapshot_delete - Delete snapshot

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured