Skip to content
Cursor

watsonx for Cursor

io.github.expertvagabond/watsonx

IBM watsonx.ai MCP server for Claude integration

client:Cursor transport:stdio runtime:npm

Install watsonx in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "watsonx": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "watsonx-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

watsonx in other clients