MCP Directory
Back

taskqueue-mcp

by chriscarrollsmith · TypeScript · ★ 69

MCP tool for exposing a structured task queue to guide AI agent workflows. Great for taming an over-enthusiastic Claude.

Install

npx -y github:chriscarrollsmith/taskqueue-mcp

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "taskqueue-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:chriscarrollsmith/taskqueue-mcp"
      ]
    }
  }
}

From the README

[](https://smithery.ai/server/@chriscarrollsmith/taskqueue-mcp) MCP Task Manager ([npm package: taskqueue-mcp](https://www.npmjs.com/package/taskqueue-mcp)) is a Model Context Protocol (MCP) server for AI task management. This tool helps AI assistants handle multi-step tasks in a structured way, with optional user approval checkpoints. - Task planning with multiple steps - Progress tracking - User approval of completed tasks - Project completion approval - Task details visualization - Task status state management - Enhanced CLI for task inspection and management Usually you will set the too…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related productivity servers