PluginBench
MCP Server

Contabo (VPS) MCP Server MCP Server

ai.com.mcp/contabo

What is the Contabo (VPS) MCP Server MCP server?

Contabo API (v1.0.0) as MCP tools for cloud provisioning, and management. Powered by HAPI MCP server

How to install Contabo (VPS) MCP Server

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Bearer token for authenticating with the Contabo API. Obtain via the documented token endpoint.

  • x-request-id

    Optional request ID for tracing (recommended for support/debugging)

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "contabo": {
      "url": "https://contabo.run.mcp.com.ai/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "contabo": {
      "serverUrl": "https://contabo.run.mcp.com.ai/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "contabo": {
      "type": "http",
      "url": "https://contabo.run.mcp.com.ai/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "contabo": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://contabo.run.mcp.com.ai/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http contabo https://contabo.run.mcp.com.ai/mcp

Related MCP servers

Search and discover Agent Skills — reusable AI agent capability packages — from the skills.sh registry.

21k
Python
Apache-2.0
View repository →

HAPI MCP server: Dynamically exposes OpenAPI REST APIs as MCP tools for AI assistants

View repository →

MCP server for structured access to Lenny Rachitsky podcast transcripts. For content creators.

View repository →

LinkedIn API as MCP tools to retrieve profile data and publish content. Powered by HAPI MCP.

View repository →

Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.

View repository →

Swagger Petstore API (v1.0.27) as MCP for testing and prototyping powered by the HAPI MCP server

View repository →