modelscope·@PratyayRajak/todopomo-mcp
暂无描述。
AI-powered task management with Pomodoro technique for Claude Desktop
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:
npm install -g todopomo-mcp
Add to Claude Desktop config (%APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"todopomo": {
"command": "npx",
"args": ["-y", "todopomo-mcp"]
}
}
}
Restart Claude Desktop. Done!
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"
git clone https://github.com/YOUR_USERNAME/todopomo-mcp.git
cd todopomo-mcp
npm install
npm run build
npm start
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 sessionData stored locally in JSON format.
All customizable through Claude!
MIT - feel free to use and modify!
Questions? Open an issue or reach out!
一个由FastMCP驱动的服务器,用于通过编程方式创建、编辑和渲染PowerPoint(PPTX)演示文稿,具有幻灯片创建、内容插入和PNG渲染等功能。
赋予AI代理在项目背景下使用灵活的MCP工具安全读取和提取PDF文件中的信息(文本、元数据、页数)的能力。
一种模型上下文协议服务器,通过 Graph API 实现与 Microsoft 365 服务(Excel、日历、邮件、OneDrive、Teams 等)的交互,使人工智能助手能够通过自然语言管理 Microsoft 365 资源。
暂无描述。
暂无描述。
暂无描述。