Skip to content
Cursor

Beget Hosting for Cursor

io.github.badigit/beget-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Beget Hosting in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Beget Hosting in other clients