watsonx-mcp-server

watsonx.ai MCP Server

IBM watsonx.ai integration with Claude for AI model management

npm GitHub stars MIT License

Quick Start

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

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