AI & ML
Trust: 39/100 (Limited)io.github.ExpertVagabond/watsonx Guide
IBM watsonx.ai MCP server for Claude integration
by ExpertVagabond
Quick Start
Install
npx watsonx-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-expertvagabond-watsonx": {
"command": "npx",
"args": [
"watsonx-mcp-server"
]
}
}
}