MCP Tasks Organizer
Converts Cursor agent plans into structured markdown task lists and organizes them in your repository.
README
MCP Tasks Organizer
An MCP server that converts Cursor agent plans into structured markdown task lists and organizes them in your repository. This server helps you track AI-generated plans and recommendations as actionable specifications.
Features
- Automatically extracts tasks from Cursor agent plans
- Creates a
.tasksfolder in your repository for organized task management - Uses descriptive filenames (e.g., "refactor-authentication.md") for easy identification
- Automatically marks completed task lists with a ✅ prefix
- Formats plans with proper Markdown structure
- Organizes content into Overview, Implementation Details, and Next Steps
- Integrates with Claude for Desktop and other MCP clients
Installation
Prerequisites
- Python 3.10 or higher
- pip or another Python package manager
Quick Install
For Unix-based systems (macOS, Linux):
# Clone the repository
git clone https://github.com/yourusername/mcp-tasks-organizer.git
cd mcp-tasks-organizer
# Run the installation script
./install.sh
For Windows:
# Clone the repository
git clone https://github.com/yourusername/mcp-tasks-organizer.git
cd mcp-tasks-organizer
# Run the installation script
install.bat
Manual Installation
# Clone the repository
git clone https://github.com/yourusername/mcp-tasks-organizer.git
cd mcp-tasks-organizer
# Create and activate a virtual environment (optional but recommended)
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
# Install the package
pip install -e .
Usage with Claude for Desktop
-
Install Claude for Desktop from claude.ai/download
-
Configure Claude for Desktop to use this MCP server:
Open
~/Library/Application Support/Claude/claude_desktop_config.json(macOS) or%APPDATA%\Claude\claude_desktop_config.json(Windows) and add:{ "mcpServers": { "tasks-organizer": { "command": "python", "args": ["-m", "tasks_organizer"] } } } -
Restart Claude for Desktop
-
Use the server by asking Claude about your cursor plans, for example:
- "Convert this cursor plan into a task list called 'Refactor Authentication' with description 'auth-refactor': [paste plan]"
- "Create a markdown task list from this cursor agent output with title 'Database Migration' and description 'db-migration': [paste output]"
- "Mark task 2 in the auth-refactor task list as complete"
- "List all task files in my repository"
Available Tools
The server provides these tools:
1. create_task_list
Create a new task list and save it to the .tasks folder.
Parameters:
title: Title for the task listdescription: Short 2-3 word description for the filename (e.g., "refactor-authentication")repo_path: Path to the repository root (defaults to current directory)include_metadata: Whether to include creation date/time
2. convert_plan_to_tasks
Convert a Cursor agent's plan text into a formatted Markdown task list and save it.
Parameters:
plan_text: The plan text from the Cursor agenttitle: Title for the task listdescription: Short 2-3 word description for the filename (e.g., "refactor-authentication")repo_path: Path to the repository root (defaults to current directory)include_metadata: Whether to include metadata like date and time
3. add_task
Add a new task to an existing task list.
Parameters:
description: The description identifier of the task list filetask_text: Text for the new taskrepo_path: Path to the repository root (defaults to current directory)section: Which section to add the task to (defaults to "Tasks")
4. mark_task_complete
Mark a specific task as completed.
Parameters:
description: The description identifier of the task list filetask_number: The number of the task to mark as completerepo_path: Path to the repository root (defaults to current directory)section: Which section the task is in (defaults to "Tasks")
5. check_all_tasks_complete
Check if all tasks are complete and mark the task list as completed by renaming with ✅ prefix.
Parameters:
description: The description identifier of the task list filerepo_path: Path to the repository root (defaults to current directory)
6. list_task_files
List all task files in the .tasks directory.
Parameters:
repo_path: Path to the repository root (defaults to current directory)include_completed: Whether to include completed task lists in the output
How it Works
- The server creates a
.tasksfolder in your repository root - Task lists are stored with descriptive filenames based on 2-3 word descriptions
- When all tasks in a list are completed, the file is renamed with a ✅ prefix
- The server parses the input text from Cursor's agent to extract tasks
- It extracts tasks using various pattern matching techniques:
- Numbered steps (1. First step)
- Bullet points (* Item one)
- Task-like sentences containing keywords like "should", "must", "need to"
- If no clear tasks are found, it organizes the content into logical sections
- The result can be tracked and updated as tasks progress
Example Workflow
- An agent proposes changes to your authentication system
- You convert this plan to a task list:
convert_plan_to_tasks(plan_text, "Auth System Refactor", "auth-refactor") - The tasks are saved to
.tasks/auth-refactor.md - As you complete tasks, mark them:
mark_task_complete("auth-refactor", 1) - When all tasks are done:
check_all_tasks_complete("auth-refactor") - The file is renamed to
.tasks/✅auth-refactor.md
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。