Reclaim is an ai calendar management tool that helps you plan your schedule and tasks.
Reclaim is an ai calendar management tool that helps you plan your schedule and tasks. That is what the reclaim ai mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
json { "mcpServers": { "reclaim": { "command": "npx", "args": ["reclaim-mcp-server"], "env": { "RECLAIM_API_KEY": "xxx" } } } } Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The server publishes 13 tools. What each one is for:
reclaim_list_tasks — List tasks (default = active)reclaim_get_task — Fetch a taskreclaim_create_task — Create a new taskreclaim_update_task — Update task propertiesreclaim_mark_complete — Mark completereclaim_mark_incomplete — Unarchive / mark incompletereclaim_delete_task — Delete permanentlyreclaim_add_time — Add schedule minutesreclaim_start_timer — Start timerreclaim_stop_timer — Stop timerreclaim_log_work — Log work timereclaim_clear_exceptions — Clear scheduling exceptionsConfiguration is passed through the environment: RECLAIM_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Reclaim AI's toolset — reclaim_list_tasks, reclaim_get_task, reclaim_create_task and 10 more — is a fair guide to whether it matches your workflow.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| reclaim_list_tasks | List tasks (default = active) |
| reclaim_get_task | Fetch a task |
| reclaim_create_task | Create a new task |
| reclaim_update_task | Update task properties |
| reclaim_mark_complete | Mark complete |
| reclaim_mark_incomplete | Unarchive / mark incomplete |
| reclaim_delete_task | Delete permanently |
| reclaim_add_time | Add schedule minutes |
| reclaim_start_timer | Start timer |
| reclaim_stop_timer | Stop timer |
| reclaim_log_work | Log work time |
| reclaim_clear_exceptions | Clear scheduling exceptions |
| reclaim_prioritize | Prioritise in planner |
{
"mcpServers": {
"reclaim": {
"command": "npx",
"args": ["reclaim-mcp-server"],
"env": { "RECLAIM_API_KEY": "xxx" }
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| RECLAIM_API_KEY | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.