Runrun.it MCP Server
Related Servers
Alternatives to Runrun.it MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables task, project, section, label, and comment management via Todoist's API. Supports batch operations and pagination.MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Productive.io task management platform, allowing users to retrieve tasks and filter by assignee, status, or project.26 npmISC
- FlicenseBqualityDmaintenanceProvides tools to interact with the Linear API, allowing users to fetch tasks, task details, teams, and users from their Linear workspace.41-
- FlicenseNot gradedqualityBmaintenanceEnables interaction with the Motion API for task and project management, including listing, creating, updating, and deleting tasks, projects, comments, and workspaces.-
- FlicenseCqualityDmaintenanceEnables AI assistants to manage Trackfusion projects and tasks, including listing, creating, updating, and filtering tasks.761-
- AlicenseNot gradedqualityDmaintenanceEnables to interact with Vikunja task management through its REST API, supporting projects, tasks, comments, labels, assignees, and relations with field preservation.16 npmMIT
TDQS
Scored across 5 tools
get_task and get_task_details overlap in retrieving a task, but the descriptions clearly distinguish core fields from the full raw API response with a size warning. The remaining tools (get_me, list_tasks, get_config_status) have distinct, non-overlapping purposes.
All tool names use snake_case with consistent get_/list_ verb prefixes: get_task, get_task_details, get_me, list_tasks, get_config_status. The pattern is predictable throughout, including the slightly longer config-status tool.
Five tools sits at the low end but still within a reasonable range for a focused integration. It covers task retrieval, user identity, and server configuration, though it leaves little room for broader Runrun.it workflows.
The surface only supports read access to tasks; there are no create, update, or delete task operations. No tools cover comments, projects, time tracking, or other core Runrun.it entities, creating significant dead ends for real task management workflows.