Skip to content
VS Code

watsonx for VS Code

io.github.expertvagabond/watsonx

IBM watsonx.ai MCP server for Claude integration

client:VS Code transport:stdio runtime:npm

Install watsonx in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

watsonx in other clients