CuratedMCP
πŸ€–
Claude Desktop
Free

How to Install IBM Cloud MCP in Claude Desktop

Official IBM Cloud integration β€” manage compute, AI, databases, and security on IBM Cloud

What IBM Cloud MCP does

The official IBM Cloud MCP server gives AI agents access to IBM Cloud resources, AI services, and enterprise workloads. It can provision infrastructure, manage data, and inspect security posture. Features: - Manage IBM Cloud Kubernetes, VMs, and serverless functions - Access Watson AI services and models - Query Cloudant, Db2, and other IBM databases - Manage identity and access policies - Inspect monitoring, logs, and alerts - Deploy and scale applications across regions IBM Cloud MCP is built for enterprise teams using IBM's hybrid cloud platform.

ibm
cloud
watson
hybrid
security

Installation steps

  1. 1Copy the config below
  2. 2Open claude_desktop_config.json
  3. 3Paste inside "mcpServers": {}
  4. 4Restart Claude Desktop

Configuration

File location: ~/Library/Application Support/Claude/claude_desktop_config.json

claude_desktop_config.jsonjson
{
  "ibmCloudMcp": {
    "command": "npx",
    "args": [
      "-y",
      "@ibm/mcp"
    ],
    "env": {
      "IBM_API_KEY": "...",
      "IBM_REGION": "us-south"
    }
  }
}
Full server details GitHub Open Config Editor

Install in other clients

For maintainers

If you maintain IBM Cloud MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/ibm-cloud-mcp)](https://curatedmcp.com/marketplace/ibm-cloud-mcp)

Related servers