Model Context Protocol

IBM Cloud
MCP Server

IBM Cloud services integration with Claude for enterprise workloads. Provision resources, manage Kubernetes clusters, query Watson AI services, and orchestrate cloud-native applications.

npm stars license MCP
Get started
24Cloud Services
12MCP Tools
6Regions
99.9% Uptime SLA

Integrated capabilities

Enterprise-grade IBM Cloud services accessible through natural language.

Resource Provisioning

Create and manage IBM Cloud resources including VPC, compute instances, storage, and networking.

Kubernetes & OpenShift

Deploy and manage IBM Cloud Kubernetes Service and Red Hat OpenShift clusters, workloads, and configs.

🧠

Watson AI Services

Access Watson NLP, Speech-to-Text, Discovery, and Assistant services for AI-powered workflows.

💾

Cloud Object Storage

Manage buckets, upload and download objects, configure lifecycle policies and access controls.

🔍

Monitoring & Logging

Query IBM Cloud Monitoring and Log Analysis. Set up alerts, dashboards, and audit trails.

🔒

IAM & Security

Manage Identity and Access Management policies, service IDs, API keys, and Key Protect instances.

Quick setup

Add the following to your Claude Desktop configuration.

claude_desktop_config.json
{
  "mcpServers": {
    "ibmcloud": {
      "command": "npx",
      "args": ["-y", "ibmcloud-mcp-server"],
      "env": {
        "IBMCLOUD_API_KEY": "your-api-key",
        "IBMCLOUD_REGION": "us-south"
      }
    }
  }
}

Install

npm install -g ibmcloud-mcp-server