IBM watsonx.ai MCP server for Claude integration
If you already use Watsonx, the watsonx mcp server is the piece that lets your assistant work with it directly. IBM watsonx.ai MCP server for Claude integration.
MCP server for IBM watsonx.ai integration with Claude Code. Enables Claude to delegate tasks to IBM's foundation models (Granite, Llama, Mistral, etc.).
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
watsonx_generate — Generate text using watsonx.ai modelswatsonx_chat — Chat with watsonx.ai modelswatsonx_embeddings — Generate text embeddingswatsonx_list_models — List available modelsCommands — The Commands tool exposed by this serverFeatures — The Features tool exposed by this serverDemo — The Demo tool exposed by this serverConfiguration is passed through the environment: WATSONX_API_KEY, WATSONX_URL, WATSONX_SPACE_ID, WATSONX_PROJECT_ID. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Watsonx's toolset — watsonx_generate, watsonx_chat, watsonx_embeddings and 4 more — is a fair guide to whether it matches your workflow. It is maintained by ExpertVagabond; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Watsonx's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| watsonx_generate | Generate text using watsonx.ai models |
| watsonx_chat | Chat with watsonx.ai models |
| watsonx_embeddings | Generate text embeddings |
| watsonx_list_models | List available models |
| Commands | The Commands tool exposed by this server. |
| Features | The Features tool exposed by this server. |
| Demo | The Demo tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| WATSONX_API_KEY | Credential the server authenticates with. | Yes |
| WATSONX_URL | Endpoint or connection string the server talks to. | Yes |
| WATSONX_SPACE_ID | Configuration value read at startup. | Optional |
| WATSONX_PROJECT_ID | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.