IBM watsonx.ai MCP by three.ws: chat, text generation, embeddings, and tokenization.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@three-ws/ibm-watsonx-mcp · npm · 0.2.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nirholas/ibm-watsonx",
"description": "IBM watsonx.ai MCP by three.ws: chat, text generation, embeddings, and tokenization.",
"title": "IBM watsonx.ai Granite",
"repository": {
"url": "https://github.com/nirholas/three.ws",
"source": "github",
"subfolder": "packages/ibm-watsonx-mcp"
},
"version": "0.2.1",
"websiteUrl": "https://three.ws",
"icons": [
{
"src": "https://three.ws/three-ws-mcp-icon.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@three-ws/ibm-watsonx-mcp",
"version": "0.2.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "IBM Cloud API key (create one at https://cloud.ibm.com/iam/apikeys).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "WATSONX_API_KEY"
},
{
"description": "watsonx.ai project id (Project → Manage → General → Project ID). Provide this or WATSONX_SPACE_ID.",
"format": "string",
"name": "WATSONX_PROJECT_ID"
},
{
"description": "watsonx.ai deployment space id. Alternative to WATSONX_PROJECT_ID.",
"format": "string",
"name": "WATSONX_SPACE_ID"
},
{
"description": "Regional inference host. Defaults to https://us-south.ml.cloud.ibm.com.",
"format": "string",
"name": "WATSONX_URL"
},
{
"description": "Default chat/generation model id. Defaults to ibm/granite-3-8b-instruct.",
"format": "string",
"name": "WATSONX_MODEL_ID"
},
{
"description": "Default embedding model id. Defaults to ibm/granite-embedding-278m-multilingual.",
"format": "string",
"name": "WATSONX_EMBED_MODEL_ID"
},
{
"description": "watsonx.ai REST API version date. Defaults to 2024-05-31.",
"format": "string",
"name": "WATSONX_API_VERSION"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-19T22:05:06.61803Z",
"publishedAt": "2026-08-19T22:05:06.61803Z",
"updatedAt": "2026-08-19T22:05:06.61803Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.2.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.