task-queue-mcp

TadMSTR/task-queue-mcp
★ 2 stars Python AI/LLM Updated today
A FastMCP server that exposes the agent orchestration task queue as an MCP tool interface. Agents submit tasks, check status, and record completions through typed, validated tools instead of raw YAML file writes.
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": {
    "task-queue-mcp": {
      "command": "uvx",
      "args": [
        "task-queue-mcp"
      ]
    }
  }
}

Or install with pip: pip install task-queue-mcp

Topics

mcptask-queue