Smart MCP server for tool chaining and route optimization. Automatically discovers available MCP servers, analyzes their tools, and suggests optimal workflows for complex tasks.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"chaining-mcp-server": {
"command": "npx",
"args": [
"-y",
"1999AZZAR/chaining-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add chaining-mcp-server npx -y 1999AZZAR/chaining-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"chaining-mcp-server": {
"command": "npx",
"args": [
"-y",
"1999AZZAR/chaining-mcp-server"
]
}
}
}
📋 Copy