
PomoDash MCP Server
par dannyytv
Connect AI assistants to PomoDash for task, note, and project management via the Model Context Protocol.
What it does
PomoDash MCP Server bridges AI assistants to the PomoDash productivity platform, enabling natural-language control over tasks, notes, categories, and projects. Instead of switching between your AI chat and the PomoDash app, you can create tasks, attach notes, organise work into projects, and manage your entire workflow conversationally.
Tools
create_task— Create a new task in PomoDashlist_tasks— List all tasks across projectsupdate_task— Update an existing task's detailsdelete_task— Remove a taskcreate_task_for_project— Create a task linked to a specific projectcreate_note— Add a new notelist_notes— Browse all notesupdate_note— Edit an existing notedelete_note— Remove a notelist_categories— View all categories and projectscreate_category— Create a new category or project
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"pomodash": {
"command": "docker",
"args": [
"run", "--rm", "-i",
"-e", "POMODASH_API_KEY=pmk_your_api_key_here",
"mcp/pomodash"
]
}
}
}
Or without Docker:
{
"mcpServers": {
"pomodash": {
"command": "node",
"args": ["/full/path/to/pomodash-mcp-server/dist/index.js"],
"env": {
"POMODASH_API_KEY": "pmk_your_api_key_here",
"POMODASH_API_URL": "https://mcp.pomodash.mindsnapz.de"
}
}
}
}
A premium PomoDash account and API key (generated in Settings → API Keys) are required.
Supported hosts
Claude Desktop (via stdio). Compatible with any MCP client that supports stdio transport.
Installation rapide
docker run --rm -i -e POMODASH_API_KEY=pmk_your_key mcp/pomodashInformations
- Tarification
- freemium






