Multi-Server MCP Agent with Job & Call Log servers, cross-server workflows, custom authentication, custom pagination, structured input/output, and error handling.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp_server_tasks": {
"command": "uvx",
"args": [
"mcp-server-tasks"
]
}
}
}
Run in terminal:
claude mcp add mcp_server_tasks uvx mcp-server-tasks
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp_server_tasks": {
"command": "uvx",
"args": [
"mcp-server-tasks"
]
}
}
}
Or install with pip: pip install mcp-server-tasks