Skip to content
Claude Desktop

Scaleway MCP server for Claude Desktop

io.github.scaleway/scaleway-mcp

Scaleway MCP server for interacting with the Scaleway APIs

client:Claude Desktop transport:stdio runtime:oci

Install Scaleway MCP server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "scaleway-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "scaleway/cli:2.62.0"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Scaleway MCP server in other clients