TodoPomo MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TodoPomo MCP ServerStart a 25-minute work session for my JavaScript study task"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🍅 TodoPomo MCP Server
AI-powered task management with Pomodoro technique for Claude Desktop
What is this?
TodoPomo is an MCP server that lets Claude (or any MCP-compatible AI) manage your tasks and Pomodoro sessions. Just talk naturally - no apps, no clicking.
Features:
✅ Task management with priorities
⏱️ Flexible Pomodoro timers
📊 Productivity statistics
💾 Local data storage
🎯 Progress tracking
Related MCP server: Gorev Task Management Server
Installation
npm install -g todopomo-mcpAdd to Claude Desktop config (%APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"todopomo": {
"command": "npx",
"args": ["-y", "todopomo-mcp"]
}
}
}Restart Claude Desktop. Done!
Usage
Just ask Claude:
"Add a task to study JavaScript with high priority for 3 pomodoros"
"List all my pending tasks"
"Start a 25-minute work session"
"Show me my stats for today"
"Update settings to 50-minute work sessions"Development
git clone https://github.com/YOUR_USERNAME/todopomo-mcp.git
cd todopomo-mcp
npm install
npm run build
npm startHow it Works
Built with TypeScript and the Model Context Protocol SDK. Provides 9 tools for task and time management:
add_task- Create taskslist_tasks- View tasks (filter by status/priority)update_task- Modify tasksdelete_task- Remove tasksstart_pomodoro- Begin work/break sessionscomplete_pomodoro- Finish sessionsget_pomodoro_stats- View productivity dataupdate_settings- Customize timersget_active_session- Check current session
Data stored locally in JSON format.
Tech Stack
TypeScript - Type-safe development
Node.js - Runtime
MCP SDK - Protocol implementation
JSON - Data persistence
Default Settings
Work: 25 minutes
Short break: 5 minutes
Long break: 15 minutes
Pomodoros before long break: 4
All customizable through Claude!
License
MIT - feel free to use and modify!
Author
Built with ☕ and 🍅 by Pratyay Rajak
Questions? Open an issue or reach out!
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables AI assistants to manage tasks through a comprehensive interface with 8 tools for creating, updating, searching, and tracking tasks with priorities, categories, and due dates. Features persistent file-based storage, advanced filtering, and task statistics for complete task management workflow.Last updated8
- Alicense-qualityCmaintenanceEnables AI assistants to manage tasks, projects, and dependencies through MCP protocol with embedded Web UI, multi-workspace support, and Turkish language capabilities for productivity tracking.Last updated1MIT
- Alicense-qualityAmaintenanceEnables AI assistants to manage Todocko application data, including tasks, projects, worklogs, and attachments. It supports comprehensive project management operations such as tracking activity, managing Kanban boards, and handling shared project synchronization.Last updatedMIT
- Alicense-qualityDmaintenanceProvides complete integration with the Everhour API for time tracking, project and task management, enabling AI assistants to manage productivity workflows.Last updated104MIT
Related MCP Connectors
Manage projects, tasks, time tracking, and team collaboration through natural language.
Manage your MakeMeBetter AI tasks, habits, and goals from your AI assistant.
Connect AI assistants to ITM Platform projects, tasks, budgets, risks, and team workload.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PratyayRajak/todopomo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server