Updated April 2026
Install MCP Beget
Pick your client, copy the command, done.
Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1
Set the server up locally
Run this once to clone and prepare the server before adding it to Claude Code.
git clone https://github.com/yasg1988/mcp-beget.git
cd mcp-beget
pip install -e .2
Register it in Claude Code
After the local setup is done, run this command to point Claude Code at the built server.
claude mcp add -e "BEGET_LOGIN=${BEGET_LOGIN}" -e "BEGET_PASSWORD=${BEGET_PASSWORD}" mcp-beget -- python "<FULL_PATH_TO_MCP_BEGET>/dist/index.js"Replace <FULL_PATH_TO_MCP_BEGET>/dist/index.js with the actual folder you prepared in step 1.
Required:
BEGET_LOGINBEGET_PASSWORDEnvironment Variables
Set these before running MCP Beget.
VariableDescriptionRequired
BEGET_LOGINLogin for the Beget control panelYesBEGET_PASSWORDPassword for the Beget control panelYesAvailable Tools (8)
Once configured, MCP Beget gives your AI agent access to:
beget_site_listList all sites on the Beget account.beget_domain_listList all domains associated with the account.beget_mysql_listList all MySQL databases.beget_ftp_listList all FTP accounts.beget_dns_getRetrieve DNS records for a domain.beget_backup_files_listList available file backups.beget_mail_listList all email mailboxes.beget_stat_loadGet server load statistics for sites.Try It Out
After setup, try these prompts with your AI agent:
→List all my current websites and their status.
→Create a new MySQL database for my project.
→Check the DNS records for my primary domain.
→Show me the list of available file backups for my site.
→Get the current server load statistics for my account.
Prerequisites & system requirements
- An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
- Python 3.8+ with pip installed
BEGET_LOGIN— Login for the Beget control panelBEGET_PASSWORD— Password for the Beget control panel
Keep this setup from going cold
Save the docs, env vars, and workflow around MCP Beget in Conare so Claude Code, Codex, and Cursor remember it next time.
Need the legacy visual installer? Open Conare IDE.