Skip to content
Grok

IBM watsonx.ai Granite for Grok

io.github.nirholas/ibm-watsonx

IBM watsonx.ai MCP by three.ws: chat, text generation, embeddings, and tokenization.

client:Grok transport:stdio runtime:npm

Install IBM watsonx.ai Granite in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ibm-watsonx": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/ibm-watsonx-mcp"
      ],
      "env": {
        "WATSONX_API_KEY": "<WATSONX_API_KEY>",
        "WATSONX_PROJECT_ID": "<WATSONX_PROJECT_ID>",
        "WATSONX_SPACE_ID": "<WATSONX_SPACE_ID>",
        "WATSONX_URL": "<WATSONX_URL>",
        "WATSONX_MODEL_ID": "<WATSONX_MODEL_ID>",
        "WATSONX_EMBED_MODEL_ID": "<WATSONX_EMBED_MODEL_ID>",
        "WATSONX_API_VERSION": "<WATSONX_API_VERSION>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

IBM watsonx.ai Granite in other clients