Skip to content
Grok

Beget Hosting for Grok

io.github.badigit/beget-mcp

Beget hosting: sites, domains, DNS, MySQL, FTP, cron, backups, mail — 73 tools

client:Grok transport:stdio runtime:pypi

Install Beget Hosting in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "beget-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "beget-mcp"
      ],
      "env": {
        "BEGET_API_LOGIN": "<BEGET_API_LOGIN>",
        "BEGET_API_PASSWORD": "<BEGET_API_PASSWORD>"
      }
    }
  }
}

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

Beget Hosting in other clients