In-depth architectural comparison of the Delega Mcp and Reclaim Mcp Server MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Delega Mcp
Workplace & Productivity · Local stdio
Quality: 63/100 (Good) | Auth: API Key required
Reclaim Mcp Server
Workplace & Productivity · Local stdio
Quality: 59/100 (Good) | Auth: API Key required
Verdict Summary: Choose Delega Mcp if you need specialized Workplace & Productivity tools running via a local process. Choose Reclaim Mcp Server if your workspace requires Workplace & Productivity integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Delega Mcp when:
You need dedicated capabilities in the Workplace & Productivity domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: API Key required (BYOK (Pay Provider Direct)).
You have access to required keys: DELEGA_API_URL, DELEGA_AGENT_KEY, DELEGA_API_KEY, DELEGA_REVEAL_AGENT_KEYS, DELEGA_REVEAL_WEBHOOK_SECRETS.
Task management API built for AI agents. Create, delegate, and track tasks with agent identity, delegation chains, lifecycle webhooks, and persistent context. Self-hosted or hosted tier at delega.dev.
Reclaim.ai calendar integration with 40 tools for tasks, habits, focus time, scheduling links, and productivity analytics.
Delega Mcp is categorized under Workplace & Productivity and uses a local stdio subprocess. In contrast, Reclaim Mcp Server belongs to Workplace & Productivity using local stdio subprocess. Select Delega Mcp when you need capabilities focused on workplace & productivity and Reclaim Mcp Server when you require tools for workplace & productivity.
Create a recurring task template (`daily`, `weekly`, `monthly`, or `yearly`)
update_recurrence
Update a recurring task template, including pausing/resuming with `active
delete_recurrence
Delete a recurring task template; existing spawned task instances remain
update_task
Update task fields (incl. `assigned_to_agent_id`)
assign_task
Assign a task to an agent (or pass `null` to unassign)
delegate_task
Delegate a task: create a child task linked to a parent (parent status flips to `delegated`). Use this for multi-agent handoffs — `assign_task` does not create a delegation chain.
+32 more tools listed on main page
Reclaim Mcp Server Tools (49)
health_check
Check if the server is running.
verify_connection
Verify API connection by fetching current user info.
Returns:
Connection status with user details (id, email, name).
list_tasks
List active tasks from Reclaim.ai (excludes completed by default).
list_completed_tasks
List completed and archived tasks from Reclaim.ai.
get_task
Get a single task by ID.
create_task
Create a new task in Reclaim.ai for auto-scheduling.
update_task
Update an existing task in Reclaim.ai.
mark_task_complete
Mark a task as complete.
delete_task
Delete a task from Reclaim.ai.
add_time_to_task
Log time spent on a task using Reclaim's planner API.
start_task
Start working on a task (marks as IN_PROGRESS and starts timer).
stop_task
Stop working on a task (pauses timer, keeps task active).