@workato/mcp-server-test
v0.0.26
Published
MCP server for interacting with Workato APIM
Readme
Workato APIM MCP
A local MCP server that connects Claude Desktop to Workato's APIM services.
What does this do?
This tool enables you to interact with your active APIM collections directly from Claude Desktop.
How to use it
Prerequisites:
- Node.js (v18.0.0 or higher)
- npm (v8.0.0 or higher)
- Claude Desktop
Get your
REMOTE_MCP_URL: Copy your APIM collection URL from the Workato UI. For more details, see our documentation
Get your
YOUR_API_TOKENwith access to this collection.
Add the following configuration to your Claude Desktop config file. Note: Replace the example URL with your actual APIM collection URL and token.
{
"mcpServers": {
"workato-mcp-server": {
"command": "npx",
"args": ["@workato/mcp-server"],
"env": {
"REMOTE_MCP_URL": "https://mcp.workato.com/your-username/your-collection-id?wkt_token={YOUR_API_TOKEN}"
}
}
}
}