Skip to main content

MCP Server

The CloudBlast MCP (Model Context Protocol) server lets AI assistants manage your cloud infrastructure directly. Create servers, configure firewalls, manage backups, and more — all through natural language.

Claude Desktop

Use CloudBlast tools directly in Claude Desktop conversations.

Cursor & Windsurf

Manage infrastructure from your AI-powered code editor.

Claude Code

Full server management from the Claude Code CLI.

Any MCP Client

Works with any client that supports the Model Context Protocol.

Connection Options

There are two ways to connect. Both require a CloudBlast API token — get yours from Account Settings.

Hosted Server (recommended)

Nothing to install. Connect any remote-capable MCP client to https://mcp.cloudblast.io and authenticate with your API token.

Local via npm

Run the server locally with npx @cloudblast/mcp-server over stdio. Works with every MCP client.

Hosted Server

The hosted server supports the modern Streamable HTTP transport: Authenticate every request with your API token in a header — either Authorization: Bearer <token> or X-API-Key: <token>. If your client only supports the legacy SSE transport, use the local npm install over stdio instead.

Claude Code

Cursor

Add this to .cursor/mcp.json:

Other Remote Clients

Any client that supports remote MCP servers can connect with a config like:
If your client only supports the older SSE transport, use the local npm install over stdio instead.

Local Installation (npm)

Install the MCP server from npm:
Or run directly with npx (no install needed):

Configuration

The local server reads these environment variables:

Claude Desktop

Add this to your Claude Desktop config file:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Cursor

Add this to your Cursor MCP settings (.cursor/mcp.json):

Claude Code

Run this command to add the MCP server to Claude Code:
Then set your API token as an environment variable:

Available Tools

Once connected, your AI assistant will have access to the following tools:

Account

Plans & Locations

SSH Keys

Servers

Server IPs

Backups

Security Groups (Firewall)

Example Prompts

Once the MCP server is connected, you can ask your AI assistant things like:
  • “List all my servers and their status”
  • “Create a new Ubuntu 24.04 server in the US location”
  • “Take a backup of server abc12345”
  • “Add a firewall rule to allow SSH (port 22) on my web security group”
  • “What’s my current resource usage?”
  • “Restart server abc12345”