proxmox-mcp

tedosuji/proxmox-mcp
★ 0 stars Python 🧠 Memory/Knowledge Updated 1d ago
MCP server exposing a Proxmox VE homelab as tools for Claude Desktop/Code (read-only by default, SSH-backed)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "proxmox-mcp": {
      "command": "uvx",
      "args": [
        "proxmox-mcp"
      ]
    }
  }
}

Or install with pip: pip install proxmox-mcp

README Excerpt

An **[MCP](https://modelcontextprotocol.io/) (Model Context Protocol) server** that exposes a Desktop or Claude Code and ask, in plain English: > "Which LXC containers are running, and how much memory is free on the node?" Claude calls the server's tools (`list_containers`, `node_resources`, …), the server runs the

Tools (10)

container_configcontainer_statushomelab_health_checklist_containerslist_vmsnode_resourcesnode_versionsearch_docsstart_containerstop_container