MCP Directory
Back

taskqueue-mcp

by chriscarrollsmith · TypeScript · ★ 70

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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related productivity servers