blitz.cloud MCP server
OfficialAllows searching the blitz.cloud App Store and deploying apps from it, including one-click installations of services like Uptime Kuma and Vaultwarden.
Allows deploying apps from Docker images and searching Docker Hub for available images.
Allows deploying GitHub repositories and managing their builds, including rebuilding and inspecting build failures.
Provides management for MariaDB databases, including creating, connecting to apps, restarting, and deleting them.
Provides management for PostgreSQL databases, including creating, connecting to apps, restarting, and deleting them.
Provides management for Redis databases, including creating, connecting to apps, restarting, and deleting them.
Allows deploying Uptime Kuma from the App Store to monitor website and service uptime.
Allows deploying Vaultwarden from the App Store as a self-hosted password manager.
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., "@blitz.cloud MCP serverPut Uptime Kuma online at uptime and tell me when it's up."
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.
blitz.cloud MCP server
Host apps by asking your AI assistant.
blitz.cloud is a hosting platform in the EU with a free plan. Its MCP server lets Claude, ChatGPT, Cursor, VS Code and any other MCP client do what you can do in the dashboard: put an app online from the App Store, a Docker image or a GitHub project, give it a database, change its settings, and read its logs when something goes wrong.
Ask "put Uptime Kuma online at uptime" and your assistant installs it from the App Store under uptime.<your name>.blitz.cloud, with HTTPS, and tells you when it answers.
This repository has the setup for each client, examples for scripts, the tool reference, and how sign-in and permissions work. The server itself is hosted by blitz.cloud, so there is nothing here to install or run.
Connect in one minute
You need a blitz.cloud account with its address claimed. Sign up for free if you don't have one. Your server address is https://mcp.blitz.cloud/<your name> and is shown on the AI tools page.
Most clients sign in with your blitz.cloud account: you add the address, a browser window opens, you sign in and allow the app. There is no key to copy.
Claude (web and desktop)
Settings → Connectors → Add custom connector. Paste your server address, click Connect and sign in.
Claude Code
claude mcp add --transport http blitz https://mcp.blitz.cloud/<your name>Then run /mcp, pick blitz and sign in.
Cursor: add to ~/.cursor/mcp.json
{
"mcpServers": {
"blitz": { "url": "https://mcp.blitz.cloud/<your name>" }
}
}VS Code: add to .vscode/mcp.json
{
"servers": {
"blitz": { "type": "http", "url": "https://mcp.blitz.cloud/<your name>" }
}
}ChatGPT and other clients: add a connector or remote MCP server with your server address and sign in when asked.
Ready-made files are in examples/.
Related MCP server: Liara MCP Server
Things to ask
"What do I have running, and is anything broken?"
"Put Vaultwarden online at vault and tell me when it's up."
"Deploy my GitHub repo acme/shop at shop, with a PostgreSQL database."
"My blog stopped working. Look at its logs and tell me why."
"Set SMTP_HOST on the blog to smtp.example.com."
"Add a TXT record for _dmarc so my mail provider can verify me."
"How much of my plan am I using?"
What your assistant can do
Tools | What they do |
| List apps, show one, deploy from the App Store, a Docker image or a GitHub project, change name, address, port or nightly updates, restart, pause, resume, delete |
| Search the App Store and Docker Hub |
| Build a GitHub project again, list its builds and why one failed |
| List, create, connect to an app, restart and delete PostgreSQL, MariaDB and Redis databases |
| List, read, set and remove an app's environment variables |
| List, add and remove DNS records under your address |
| See your private networks and make an app private or public |
| The last lines an app printed, or what it printed before its last restart |
| Your plan and how much of it is used |
Every tool with its arguments is in docs/tools.md. The server's own list, which is always current, is on the AI tools page in the dashboard.
You stay in control
Deleting, restarting and pausing ask you first. If your client can show a question from the server, the question goes to you and the assistant cannot answer it. Other clients have to repeat the call with
confirm: true, which a well-behaved assistant only does after checking with you.The consent screen tells you who is asking. Claude Code and VS Code are recognised by their publisher's domain. Any other app registered itself, and the page says its name is unchecked.
Disconnect works immediately. Every app you sign in is listed under Connected apps on the AI tools page. Disconnecting it stops the next request, not the next hour.
Your plan is the limit. An assistant can't put more apps online than you could, and it can't reach the dashboard's own API.
Everything is on record. Each change is logged under the app or key that made it.
How this works in detail, and how to report a security issue, is in docs/security.md and SECURITY.md.
Scripts and clients without sign-in
Make an API key on the AI tools page and send it in the Authorization header:
claude mcp add --transport http blitz https://mcp.blitz.cloud/<your name> \
--header "Authorization: Bearer $BLITZ_API_KEY"A key is shown once, only its hash is stored, and you can have five. examples/python and examples/typescript list your apps with the official MCP SDKs.
Limits
120 calls a minute for each key or connected app, 20 of which may change something.
Changes need a confirmed email address.
Connecting a Tailscale or WireGuard network isn't a tool. It needs a secret or a config file, which belongs in the dashboard rather than in a chat.
Links
License
The examples and documentation in this repository are released under the MIT License. The blitz.cloud service is covered by its own terms.
This server cannot be deployed
Maintenance
Related MCP Connectors
Deploy and manage your apps, databases, storage, and scheduled jobs from your AI agent
Deploy your project to a live HTTPS URL from your AI tool; read logs, set variables, resize apps.
Deploy and manage Jade Hosting projects from AI clients. Jade account and OAuth required.
Deploy and host the apps your AI assistant builds — a real server, database, and shareable URL.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Dokploy deployments, including creating and deploying applications, managing databases, configuring domains with SSL, and monitoring application status through a standardized interface.14 npmMIT
- AlicenseCqualityDmaintenanceEnables AI assistants to deploy and manage applications, databases, object storage, VMs, DNS, and infrastructure on the Liara cloud platform through natural language commands.10024 npm7MIT
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI assistants to manage cloud infrastructure through natural language by providing a unified interface to the Dokploy platform. Supports Docker containers, applications, databases, domains, monitoring, and deployment operations through conversational commands.14 npm1-
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to build, deploy, and inspect apps through a hosted backend service, including reading platform docs, deploying raw source, inspecting logs, verifying live pages in browsers, and managing project tasks.MIT