Cursor Proxmox MCP for Grok
io.github.hackmods/cursor-proxmox-mcp
Manage Proxmox VE via Cursor: QEMU, LXC, storage, HA, firewall, access.
client:Grok
transport:stdio
runtime:pypi
Install Cursor Proxmox MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cursor-proxmox-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"cursor-proxmox-mcp"
],
"env": {
"PROXMOX_MCP_CONFIG": "<PROXMOX_MCP_CONFIG>",
"PROXMOX_TOKEN_VALUE": "<PROXMOX_TOKEN_VALUE>",
"PROXMOX_MCP_VERBOSE": "<PROXMOX_MCP_VERBOSE>",
"PROXMOX_MCP_LOG_LEVEL": "<PROXMOX_MCP_LOG_LEVEL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs