timeweb-mcp-server
OfficialClick on "Install 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., "@timeweb-mcp-serverdeploy my app to Timeweb Cloud"
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.
Timeweb MCP Server (Deprecated)
Сервер устарел и больше не развивается. Актуальный официальный MCP-сервер Timeweb Cloud находится здесь: https://github.com/timeweb-cloud/mcp
MCP сервер для автоматизации деплоя приложений в Timeweb Cloud через Model Context Protocol.
ВАЖНОПроект находится в экспериментальном режиме и может содержать нестабильный функционал. Возможны сбои и неполная реализация возможностей. Сервер спроектирован без опасных операций, однако рекомендуется контролировать выполняемые действия.
Интеграция
Cursor
Или добавьте в настройки Cursor .cursor/mcp.json:
{
"mcpServers": {
"timeweb-mcp-server": {
"command": "npx",
"args": ["timeweb-mcp-server"],
"env": {
"TIMEWEB_TOKEN": "your-api-token"
}
}
}
}VS Code
Добавить в VSCode, либо добавьте в настройки .vscode/mcp.json:
{
"mcp.servers": {
"timeweb-mcp-server": {
"command": "npx",
"args": ["timeweb-mcp-server"],
"env": {
"TIMEWEB_TOKEN": "your-api-token"
}
}
}
}Related MCP server: 1Panel MCP Server
Инструменты
create_timeweb_app
Создает приложение в Timeweb Cloud с автоматическим определением параметров проекта.
add_vcs_provider
Добавляет VCS провайдер для подключения Git репозиториев.
get_vcs_providers
Получает список всех VCS провайдеров.
get_vcs_provider_repositories
Получает список репозиториев провайдера.
get_vcs_provider_by_repository_url
Находит VCS провайдер по URL репозитория.
get_allowed_presets
Получает список доступных пресетов для создания приложения.
get_deploy_settings
Получает настройки деплоя по умолчанию для различных фреймворков.
create_floating_ip
Создает новый floating IP адрес в указанной зоне доступности.
create_vpc
Создает новую виртуальную приватную сеть (VPC) в указанной зоне доступности.
create_database
Создает новую базу данных в Timeweb Cloud с указанными параметрами.
get_database_presets
Получает список доступных пресетов конфигураций для создания баз данных.
Промпты
create_app_prompt
Помогает создать приложение в Timeweb Cloud с автоматическим определением параметров проекта.
add_vcs_provider_prompt
Помогает добавить VCS провайдер для подключения репозитория.
Использование
Запустите промпты, либо просто напишите: "Запусти мое приложение в таймвеб" - сервер автоматически определит тип приложения, фреймворк и создаст его в Timeweb Cloud.
Важно
После создания приложения необходимо вручную настроить переменные окружения в панели управления Timeweb Cloud, так как у чатбота нет доступа к файлу .env вашего проекта.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceProvides a scalable, containerized infrastructure for deploying and managing Model Context Protocol servers with monitoring, high availability, and secure configurations.
- AlicenseBqualityDmaintenanceAn experimental server implementing Model Context Protocol to automate website deployments to 1Panel servers, allowing users to create websites and upload static files through natural language commands.11436MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that provides integration with the Coolify API, enabling DevOps teams to manage Coolify deployments, applications, services, and servers through MCP tools.3220842MIT
- AlicenseBqualityCmaintenanceA Model Context Protocol server that provides seamless integration with Coroot observability platform, enabling monitoring of applications, analysis of performance metrics, examination of logs and traces, and management of infrastructure through Coroot's comprehensive API.6116MIT
Related MCP Connectors
MCP (Model Context Protocol) server for Appwrite
Build, deploy, and operate hosted web apps on VibeKit (vibekit.bot) from any MCP client.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/timeweb-cloud/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server