super-productivity-mcp
Related Servers
Alternatives to super-productivity-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceEnables natural-language control of Super Productivity tasks, projects, and tags via MCP tools that bridge to the app's local REST API.152MIT
- AlicenseAqualityFmaintenanceEnables Claude to interact with Super Productivity's local REST API for task, project, and tag management, including CRUD operations, status checks, and daily planning prompts.17169 npmMIT
- AlicenseBqualityCmaintenanceEnables MCP clients to manage Super Productivity tasks, projects, and tags via its Local REST API, including task creation, updates, starting, stopping, archiving, and reading status and Focus Mode state.16MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage tasks, projects, and analyze productivity directly in Super Productivity through real-time integration via Socket.IO bridge plugin.3-
- AlicenseAqualityAmaintenanceAn MCP server that connects ChatGPT Desktop or Codex to Super Productivity's local REST API, enabling explicit task selection, planning, timer control, and completion via natural language.1022 npmMIT
- AlicenseNot gradedqualityDmaintenanceBridge between Super Productivity app and MCP servers, allowing Claude Desktop to directly interact with Super Productivity for task management, project organization, and information retrieval.121MIT
TDQS
Scored across 15 tools
Most tools have distinct purposes, but sp_set_current_task and sp_start_task are nearly identical in description, causing potential confusion. Also, sp_get_current_task and sp_get_status overlap in returning current task info.
All tools use 'sp_' prefix and underscore-separated verb_noun pattern, which is consistent. Minor deviations: 'sp_health' lacks a noun, and 'sp_get_status' vs 'sp_get_current_task' use different nouns for similar actions.
15 tools is a reasonable number for a task management system, covering necessary operations without being excessive. Slightly on the higher side but well within acceptable range.
CRUD for tasks is covered, plus listing projects/tags, tracking current task, and health check. Missing features like subtasks or notes, and no explicit way to list archived tasks. The redundancy in set/start task suggests a gap in tool design.