TaskQueue MCP Server provides a structured task management system for AI assistants, enabling them to break down complex projects into manageable tasks with progress tracking and user approval checkpoints. Developed by Christopher C. Smith, this TypeScript implementation uses the Model Context Protocol to expose tools for project planning, task creation, status updates, and completion approvals through both a server interface and companion CLI utility. The server supports multiple LLM providers (OpenAI, Google, Deepseek) for generating project plans and includes features like auto-approval, task recommendations, and detailed progress visualization. Ideal for collaborative workflows where AI assistants need to maintain structured progress on multi-step tasks with human oversight.
Lists all projects in the system.
Gets details about a specific project.
Creates a new project with initial tasks.
Removes a project.
Adds new tasks to an existing project.
Finalizes a project after all tasks are done.
Lists all tasks for a specific project.
Gets details of a specific task.
Creates a new task in a project.
Modifies a task's properties (title, description, status).
Removes a task from a project.
Approves a completed task.
Gets the next pending task in a project.
Marks a task as completed with details.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!