Pomodoro AI MCP
OfficialPomodoro Ai MCP
MCP server for pomodoro ai mcp operations
Overview
Pomodoro Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Start a new Pomodoro focus session. Optionally specify a task name and custom du |
| Stop the current Pomodoro session. Mark as completed or interrupted. Add optiona |
| Get Pomodoro productivity statistics for the last N days (default 7). |
| Configure Pomodoro timer durations. Customise work, short break, long break, and |
| Generate a detailed productivity report with insights and recommendations. |
Installation
pip install meok-pomodoro-ai-mcpUsage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"pomodoro-ai": {
"command": "python",
"args": ["-m", "meok_pomodoro_ai_mcp.server"]
}
}
}Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementationLicense
MIT © MEOK AI Labs
Maintenance
Latest Blog Posts
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/CSOAI-ORG/pomodoro-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server