MCP Server
Active
MIT
io.github.antonio-mello-ai/mcp-proxmox MCP Server
io.github.antonio-mello-ai/mcp-proxmox
What is the io.github.antonio-mello-ai/mcp-proxmox MCP server?
Manage Proxmox VE clusters through AI assistants — VMs, containers, and more
How to install io.github.antonio-mello-ai/mcp-proxmox
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-proxmox": {
"command": "uvx",
"args": [
"mcp-proxmox"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-proxmox": {
"command": "uvx",
"args": [
"mcp-proxmox"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-proxmox": {
"command": "uvx",
"args": [
"mcp-proxmox"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-proxmox": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-proxmox"
]
}
}
}Claude Code
claude mcp add mcp-proxmox -- uvx mcp-proxmoxRelated MCP servers
io.github.antonio-mello-ai/mcp-pfsense
Maintained
Manage pfSense firewalls through AI assistants — rules, DHCP, DNS, and more
3
View repository →Python
MIT