Loading MCP server directory, please wait...
Manage Proxmox VE through AI assistants
npx @getmcp/cli add io.github.Samik081/mcp-pveRequires Node.js 18+. Community-contributed server. Review source before installing.
PVE_BASE_URLURL of the Proxmox VE instance (e.g. https://pve.example.com:8006)
PVE_TOKEN_IDProxmox VE API token ID (e.g. user@pam!token-name)
PVE_TOKEN_SECRETProxmox VE API token secret
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Samik081/mcp-pve": {
"command": "node",
"args": [
"@samik081/mcp-pve"
],
"env": {
"PVE_BASE_URL": "",
"PVE_TOKEN_ID": "",
"PVE_TOKEN_SECRET": ""
}
}
}
}