MCP_Server_Tasks

Mit-007/MCP_Server_Tasks
★ 1 stars Python Security Updated 3d ago
Multi-Server MCP Agent with Job & Call Log servers, cross-server workflows, custom authentication, custom pagination, structured input/output, and error handling.
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-tasks