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.
IONOS_TOKENrequiredsecretIONOS CLOUD API token (required for all products except Object Storage)
IONOS_S3_ACCESS_KEYsecretS3 access key for IONOS Object Storage
IONOS_S3_SECRET_KEYsecretS3 secret key for IONOS Object Storage
IONOS_MCP_LOAD_MODETool 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).
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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.1Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.