PluginBench
MCP Server

IONOS CLOUD MCP Server MCP Server

io.github.ionos-cloud/ionoscloud-mcp

What is the IONOS CLOUD MCP Server MCP server?

Inspect IONOS CLOUD infrastructure via MCP

How to install IONOS CLOUD MCP Server

Copy-paste configuration for popular MCP clients.

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

    IONOS CLOUD API token (required for all products except Object Storage)

  • IONOS_S3_ACCESS_KEY
    secret

    S3 access key for IONOS Object Storage

  • IONOS_S3_SECRET_KEY
    secret

    S3 secret key for IONOS Object Storage

  • IONOS_MCP_LOAD_MODE

    Tool registration strategy (the --load-mode flag overrides this). 'eager' (default): register all tools at startup. 'lazy': defer Compute and Object Storage behind 'ionos_load_compute_tools' / 'ionos_load_objectstorage_tools' sentinel tools (requires MCP client support for notifications/tools/list_changed). 'dynamic' (alias 'search'): expose only the ionos_search_tools / ionos_describe_tools / ionos_call_tool meta-tools and browse the full catalog through them — for clients with hard tool caps and no tool search of their own (Cursor, Windsurf).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ionoscloud-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ionos-cloud/ionoscloud-mcp:1.0.1"
      ],
      "env": {
        "IONOS_TOKEN": "<YOUR_IONOS_TOKEN>",
        "IONOS_S3_ACCESS_KEY": "<YOUR_IONOS_S3_ACCESS_KEY>",
        "IONOS_S3_SECRET_KEY": "<YOUR_IONOS_S3_SECRET_KEY>",
        "IONOS_MCP_LOAD_MODE": "<YOUR_IONOS_MCP_LOAD_MODE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ionoscloud-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ionos-cloud/ionoscloud-mcp:1.0.1"
      ],
      "env": {
        "IONOS_TOKEN": "<YOUR_IONOS_TOKEN>",
        "IONOS_S3_ACCESS_KEY": "<YOUR_IONOS_S3_ACCESS_KEY>",
        "IONOS_S3_SECRET_KEY": "<YOUR_IONOS_S3_SECRET_KEY>",
        "IONOS_MCP_LOAD_MODE": "<YOUR_IONOS_MCP_LOAD_MODE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ionoscloud-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ionos-cloud/ionoscloud-mcp:1.0.1"
      ],
      "env": {
        "IONOS_TOKEN": "<YOUR_IONOS_TOKEN>",
        "IONOS_S3_ACCESS_KEY": "<YOUR_IONOS_S3_ACCESS_KEY>",
        "IONOS_S3_SECRET_KEY": "<YOUR_IONOS_S3_SECRET_KEY>",
        "IONOS_MCP_LOAD_MODE": "<YOUR_IONOS_MCP_LOAD_MODE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ionoscloud-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ionos-cloud/ionoscloud-mcp:1.0.1"
      ],
      "env": {
        "IONOS_TOKEN": "<YOUR_IONOS_TOKEN>",
        "IONOS_S3_ACCESS_KEY": "<YOUR_IONOS_S3_ACCESS_KEY>",
        "IONOS_S3_SECRET_KEY": "<YOUR_IONOS_S3_SECRET_KEY>",
        "IONOS_MCP_LOAD_MODE": "<YOUR_IONOS_MCP_LOAD_MODE>"
      }
    }
  }
}
Claude Code
claude mcp add ionoscloud-mcp --env IONOS_TOKEN=<YOUR_IONOS_TOKEN> --env IONOS_S3_ACCESS_KEY=<YOUR_IONOS_S3_ACCESS_KEY> --env IONOS_S3_SECRET_KEY=<YOUR_IONOS_S3_SECRET_KEY> --env IONOS_MCP_LOAD_MODE=<YOUR_IONOS_MCP_LOAD_MODE> -- docker run -i --rm ghcr.io/ionos-cloud/ionoscloud-mcp:1.0.1

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →