Timeweb Cloud MCP
Local · stdioTimeweb Cloud's official MCP server (experimental, open source): say "deploy my app to Timeweb" and the agent detects the framework, connects your Git repo through a VCS provider, and creates the app, a database cluster (PostgreSQL, MySQL, MongoDB, Redis, ClickHouse), a VPC and a floating IP. It's built for fast chat-driven deploys, not full cloud management — Kubernetes, S3 and DNS aren't part of the MCP yet.
Why this server
- One-line deploy: the agent detects your framework and creates the app in Timeweb Cloud
- PostgreSQL, MySQL, MongoDB, Redis and ClickHouse clusters from presets — no console needed
- Russian infrastructure billed in rubles — no SWIFT, no foreign cards required
- Designed without destructive operations — the agent can't delete resources or leak secrets
Usage examples
Prompt: Deploy my app to Timeweb: it's a GitHub repo running Node.js on Fastify
Result: The agent linked the repo via add_vcs_provider and created the app via create_timeweb_app with an auto-picked preset — no clicks in the dashboard needed.
Prompt: Spin up a PostgreSQL cluster for my project and show available configs
Result: The agent fetched options via get_database_presets and created the cluster via create_database — no dashboard required.
Local server
This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.
Reviews
No reviews yet.