MCP Beget
An MCP server for managing Beget hosting services including sites, domains, databases, and mail directly through Claude Code. It provides comprehensive tools for configuring DNS, FTP, Cron jobs, and managing backups via the Beget API.
README
MCP Beget
MCP Server для управления хостингом Beget через Claude Code.
Позволяет управлять сайтами, доменами, базами MySQL, FTP-аккаунтами, Cron-задачами, DNS, бэкапами и почтой прямо из Claude Code.
Возможности
| Категория | Команды |
|---|---|
| Сайты | Список, создание, удаление, привязка/отвязка доменов |
| Домены | Список, добавление, удаление, поддомены, версия PHP |
| MySQL | Список БД, создание, удаление, смена пароля |
| FTP | Список аккаунтов, создание, удаление, смена пароля |
| Cron | Список задач, добавление, удаление |
| DNS | Получение записей, установка записей |
| Backup | Список бэкапов (файлы/MySQL), восстановление |
| Список ящиков, создание | |
| Статистика | Нагрузка сайтов, информация об аккаунте |
Установка
1. Клонировать репозиторий
git clone https://github.com/yasg1988/mcp-beget.git
cd mcp-beget
2. Установить зависимости
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_LOGIN |
Логин от панели Beget | Да |
BEGET_PASSWORD |
Пароль от панели 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.