mcpbeat Sign in

Beget Hosting MCP Server

local only

Beget Hosting runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 14 Sep 2026.

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

Installs / week
pypi · beget-mcp
3
Stars
0 open issues
14 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Beget Hosting every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add beget-mcp -- uvx beget-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "beget-mcp": {
      "args": [
        "beget-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.beget-mcp]
command = "uvx"
args = ["beget-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "beget-mcp": {
      "args": [
        "beget-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "beget-mcp": {
      "args": [
        "beget-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: BEGET_API_LOGIN (Beget account login), BEGET_API_PASSWORD (Beget account password (API access must be enabled in the panel)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Beget Hosting

same job, measured the same way
Obambu cPanel MCP
by rodriguedev13

MCP server exposing cPanel UAPI (domains, DNS, email, MySQL, files) as tools for AI assistants.

32 installs/wk local only
agenthost
by agenthost

Agent-first web hosting: deploy sites, apps, databases and domains over MCP.

answering
MCP Plesk Lite
by mohamedbenhariz

MCP server for Plesk: manage domains, DNS, mail, SSL, backups, databases and WordPress via AI.

31 installs/wk local only
Websupport
by tydung26

Manage a Websupport account: DNS, FTP, hosting, databases, mailboxes, VPS and invoices.

50 installs/wk local only
Dokploy MCP Server
by sapientsai

Dokploy MCP server: manage apps, Docker Compose, databases, domains, backups, and servers.

110 installs/wk local only
Dokploy MCP Server
by jordanburke

Dokploy MCP server: manage apps, Docker Compose, databases, domains, backups, and servers.

local only
MCP Mysql Connector
by daedalus

MCP server exposing MySQL database functionalities as tools

70 installs/wk local only
FTP SSH MCP
by chris221

Work with a remote host over FTP/FTPS/SFTP, SSH, and MySQL.

76 installs/wk local only

Beget Hosting — questions

Answers built from our own checks of this server.

Why is there no uptime for Beget Hosting?
Beget Hosting runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package beget-mcp.
How do I connect Beget Hosting?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls beget-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Beget Hosting open source?
Yes — it is published under the MIT licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.