MCP Beget
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Begetlist all my websites and check their PHP versions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Beget
MCP Server для управления хостингом Beget через Claude Code.
Позволяет управлять сайтами, доменами, базами MySQL, FTP-аккаунтами, Cron-задачами, DNS, бэкапами и почтой прямо из Claude Code.
Возможности
Категория | Команды |
Сайты | Список, создание, удаление, привязка/отвязка доменов |
Домены | Список, добавление, удаление, поддомены, версия PHP |
MySQL | Список БД, создание, удаление, смена пароля |
FTP | Список аккаунтов, создание, удаление, смена пароля |
Cron | Список задач, добавление, удаление |
DNS | Получение записей, установка записей |
Backup | Список бэкапов (файлы/MySQL), восстановление |
Список ящиков, создание | |
Статистика | Нагрузка сайтов, информация об аккаунте |
Related MCP server: mcp-cloudron
Установка
1. Клонировать репозиторий
git clone https://github.com/yasg1988/mcp-beget.git
cd mcp-beget2. Установить зависимости
pip install -e .3. Настроить Claude Code
Добавьте в файл настроек Claude Code (~/.claude/settings.json):
{
"mcpServers": {
"beget": {
"command": "python",
"args": ["PATH_TO/mcp-beget/server.py"],
"env": {
"BEGET_LOGIN": "ваш_логин",
"BEGET_PASSWORD": "ваш_пароль"
}
}
}
}Переменные окружения
Переменная | Описание | Обязательно |
| Логин от панели Beget | Да |
| Пароль от панели Beget | Да |
ВАЖНО: Никогда не храните логин и пароль в коде!
Доступные инструменты
beget_site_list,beget_site_add,beget_site_deletebeget_domain_list,beget_domain_add,beget_domain_php_versionbeget_mysql_list,beget_mysql_add,beget_mysql_deletebeget_ftp_list,beget_ftp_add,beget_cron_list,beget_cron_addbeget_dns_get,beget_dns_setbeget_backup_files_list,beget_backup_mysql_listbeget_mail_list,beget_mail_createbeget_stat_load,beget_account_info
Ссылки
Лицензия
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Hostinger API
Agent-first web hosting: deploy sites, apps, databases and domains over MCP.
MCP-ready hosting provider for Minecraft, BungeeCord, TeamSpeak, VPS and many other game servers.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Related MCP Servers
- FlicenseAqualityDmaintenanceAn MCP server that enables users to buy and manage domains through Claude.101-
- AlicenseAqualityDmaintenanceAn MCP server for managing Cloudron instances that enables monitoring and controlling self-hosted applications, backups, and infrastructure. It provides tools for listing installed apps, retrieving system status, and performing administrative tasks through the Model Context Protocol.19121MIT
- FlicenseBqualityCmaintenanceA comprehensive MCP server for managing cPanel hosting accounts through AI assistants. It supports DNS, email (DKIM/SPF), databases, domains, SSL, PHP, cron jobs, security, Git deployment, and more.10017-
- AlicenseCqualityCmaintenanceMCP server for managing ISPConfig 3 hosting platform - enables DNS, mail, websites, databases, FTP, cron jobs, and client management through AI assistants. Supports server migration with export/import of configurations.621BSD 3-Clause