Task Manager MCP Server
@tradesdontlie
About Task Manager MCP Server
A task management MCP server that provides comprehensive project and task tracking capabilities
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"task-manager-mcp": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Task Manager MCP Server?
A template implementation of the Model Context Protocol (MCP) server for managing tasks and projects, providing task management, project organization, task tracking, and PRD parsing. It enables AI agents to manage tasks, track project progress, and break down Product Requirements Documents (PRDs) into actionable tasks. Serves as a practical template for building custom MCP servers with task management capabilities.
How to use Task Manager MCP Server?
Install using uv or Docker, configure environment variables in a .env file (including TRANSPORT, HOST, PORT), then run with python3 src/main.py or the Docker container. Use the provided tools (e.g., create_task_file, add_task, update_task_status, parse_prd) to manage projects and tasks programmatically.
Key features of Task Manager MCP Server
create_task_file,add_task,update_task_status,get_next_taskfor task managementparse_prdconverts PRDs into structured tasks automaticallyexpand_taskbreaks tasks into smaller subtasksestimate_task_complexityandget_task_dependenciesfor project planninggenerate_task_filecreates file templates from task descriptionssuggest_next_actionsprovides AI‑powered next‑step recommendations
Use cases of Task Manager MCP Server
- Automatically decompose a Product Requirements Document into a structured task list
- Track progress of tasks and subtasks within a project
- Retrieve the next uncompleted task to maintain workflow focus
- Estimate task complexity and time requirements for planning
- Generate file templates based on task descriptions to speed up development
FAQ from Task Manager MCP Server
What are the prerequisites to run the server?
Python 3.12+ is required, along with API keys for an LLM provider (OpenAI, OpenRouter, or Ollama). Docker is recommended but optional.
How do I configure the transport protocol?
Set the TRANSPORT environment variable to sse or stdio. For SSE, also set HOST and PORT (default 0.0.0.0:8050).
How can I integrate this server with MCP clients?
Use the provided JSON configuration for either SSE (URL http://localhost:8050/sse) or stdio (command python3 src/main.py with environment variables).
Can I extend or customize the Task Manager MCP Server?
Yes. The template is designed to be extended—add custom tools with the @mcp.tool() decorator, implement project‑specific templates, or integrate with existing development tools.
Where are task data stored?
The README does not specify a storage backend; data persistence is not described.
Frequently asked questions
What are the prerequisites to run the server?
Python 3.12+ is required, along with API keys for an LLM provider (OpenAI, OpenRouter, or Ollama). Docker is recommended but optional.
How do I configure the transport protocol?
Set the `TRANSPORT` environment variable to `sse` or `stdio`. For SSE, also set `HOST` and `PORT` (default `0.0.0.0:8050`).
How can I integrate this server with MCP clients?
Use the provided JSON configuration for either SSE (URL `http://localhost:8050/sse`) or stdio (command `python3 src/main.py` with environment variables).
Can I extend or customize the Task Manager MCP Server?
Yes. The template is designed to be extended—add custom tools with the `@mcp.tool()` decorator, implement project‑specific templates, or integrate with existing development tools.
Where are task data stored?
The README does not specify a storage backend; data persistence is not described.
Basic information
More Productivity MCP servers

Contio MeetingOS
Andrew ElyContio MeetingOS is an AI-powered workspace for meeting-driven teams. — from planning to follow-through. It gives you a structured workspace to build agendas, collaborate with participants in real time, capture transcri

Fdback.io
FdbackFdback.io is a user feedback platform (feedback board, roadmap, changelog) with a built-in remote MCP server - no local install, connect any MCP client with a URL and API key. Your AI agents can: - List, search, and rea
Dadan MCP
Dadan-iodadan-sdk-integration is an SDK for integrating Dadan features into React applications. It allows you to add video recording and file selection functionality directly into your React components, providing a seamless user

crosscode-cli
amsultan2010Multiplayer coding in the agentic era through an MCP server for real-time codebase sync between your agents.
RADAAR
RADAAROfficial repository bringing RADAAR's social media and content management tools to AI agents like Cursor, VS Code, and ChatGPT. Built on the agent-plugins.org standard, it connects seamlessly to the MCP server. Schedule
Comments