Delega Mcp vs Timebook Cli — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Delega Mcp vs Timebook Cli
In-depth architectural comparison of the Delega Mcp and Timebook Cli 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
Timebook Cli
Workplace & Productivity · Remote HTTP/SSE
Quality: 51/100 (Good) | Auth: No auth required
Verdict Summary: Choose Delega Mcp if you need specialized Workplace & Productivity tools running via a local process. Choose Timebook Cli if your workspace requires Workplace & Productivity integration with remote web transport. 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.
Official MCP server for Timebook — time tracking, invoicing, and bookkeeping for freelancers and solo LLCs. Manage clients and projects, start/stop timers, and log, update, and delete time entries. Runs locally via the @squidcode/timebook npm CLI or as a hosted OAuth endpoint at https://usetimebook.com/mcp. Published in the MCP registry as io.github.squidcode/timebook.
Category & Scope
Tools & Capabilities Breakdown
Delega Mcp Tools (44)
list_tasks
List tasks, filter by project, label, due date, completion
get_task
Get full task details including subtasks and task links
link_task
Attach a branch, commit, PR, or URL link to a task
list_task_links
List branch, commit, PR, and URL links attached to a task
create_task
Create a new task (optional `evidence_policy: 'required'` forces completion evidence)
list_recurrences
List recurring task templates
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Delega Mcp is categorized under Workplace & Productivity and uses a local stdio subprocess. In contrast, Timebook Cli belongs to Workplace & Productivity using remote streaming HTTP/SSE transport. Select Delega Mcp when you need capabilities focused on workplace & productivity and Timebook Cli 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
Timebook Cli Tools (10)
whoami
Current authenticated user (read-only)
list_projects
All projects in scope (read-only)
list_clients
All clients in scope (read-only)
get_active_timer
The running timer, or `null` (read-only)
start_timer
Start a timer on a project
stop_timer
Stop the running timer
log_time
Log a manual entry (`duration` OR `startTime`+`endTime`)
list_entries
Recent entries (default 50, max 500), project + date filters
update_entry
Edit one or more fields on an entry (description, duration, startTime, endTime, project, rate). Token must own the entry.
delete_entry
Delete an entry. Token must own it. Invoiced entries are locked.