**WxMCPServer** is an IBM webMethods Hybrid Integration (IWHI) based MCP server, that enables existing APIs to be used as MCP tools.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"wxmcpserver": {
"command": "npx",
"args": [
"-y",
"IBM/WxMCPServer"
]
}
}
}
Run in terminal:
claude mcp add wxmcpserver npx -y IBM/WxMCPServer
Add to .cursor/mcp.json:
{
"mcpServers": {
"wxmcpserver": {
"command": "npx",
"args": [
"-y",
"IBM/WxMCPServer"
]
}
}
}