CuratedMCP
πŸ’»
Claude Code
Free

How to Install IBM Cloud MCP in Claude Code

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 or create .claude/mcp.json in your project root
  3. 3Paste inside "mcpServers": {}
  4. 4Reload Claude Code

Configuration

File location: .claude/mcp.json (project root) or ~/.claude/mcp.json (global)

.claude/mcp.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