ibmcloud-mcp-server

IBM Cloud MCP Server

IBM Cloud CLI integration for AI assistants

npm GitHub stars MIT License

Quick Start

Claude Desktop / Claude Code config
{
  "mcpServers": {
    "ibmcloud-mcp-server": {
      "command": "npx",
      "args": ["ibmcloud-mcp-server@latest"]
    }
  }
}

Also works with bunx — replace "npx" with "bunx" in the config above