mcpbeat Sign in

Reclaimai MCP Server

answering

Reclaimai is answering right now. Last checked moments ago. It exposes 15 tools. Last commit 1 Sep 2026.

Read tasks, habits, events and scheduling links; create and update Reclaim tasks and habits.

Uptime history 47 days of history · worst day 10%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
15
Tools
read from the server
159 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

What the code does

We read the source, 20 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Page executes code built at runtime portal/index.html:231
        results.innerHTML = order.map(function (g) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add reclaimai --transport http https://reclaimai.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "reclaimai": {
      "url": "https://reclaimai.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.reclaimai]
url = "https://reclaimai.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "reclaimai": {
      "url": "https://reclaimai.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "reclaimai": {
      "url": "https://reclaimai.usefulapi.io/mcp"
    }
  }
}

Available tools 15

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

reclaim
reclaim_add_time
Add scheduled time to a task. Reclaim REST: POST /api/planner/add-time/task/{id}.
reclaim_create_task
Create a new task. Reclaim schedules it into your calendar automatically. Reclaim REST: POST /api/tasks.
reclaim_delete_task
Permanently delete a task. Reclaim REST: DELETE /api/tasks/{id}.
reclaim_get_current_user
Get the authenticated Reclaim user's profile. Reclaim REST: GET /api/users/me.
reclaim_get_habit
Get a single daily habit by id. Reclaim REST: GET /api/assist/habits/daily/{id}.
reclaim_get_task
Get a single task by id. Reclaim REST: GET /api/tasks/{id}.
reclaim_list_events
List calendar events. Reclaim REST: GET /api/events. Optional start/end window.
reclaim_list_habits
List the authenticated user's daily habits. Reclaim REST: GET /api/assist/habits/daily.
reclaim_list_tasks
List the authenticated user's tasks. Reclaim REST: GET /api/tasks.
reclaim_log_work
Log completed work time against a task. Reclaim REST: POST /api/planner/log-work/task/{id}.
reclaim_mark_task_complete
Mark a task as done in the planner. Reclaim REST: POST /api/planner/done/task/{id}.
reclaim_mark_task_incomplete
Reopen a completed task (unarchive) in the planner. Reclaim REST: POST /api/planner/unarchive/task/{id}.
reclaim_start_task
Start time-tracking on a task now. Reclaim REST: POST /api/planner/start/task/{id}.
reclaim_stop_task
Stop time-tracking on a task. Reclaim REST: POST /api/planner/stop/task/{id}.
reclaim_update_task
Update fields on an existing task. Only provided fields are changed. Reclaim REST: PATCH /api/tasks/{id}.

Endpoints

URLTransportStateLatencyChecked
https://reclaimai.usefulapi.io/mcp streamable-http answering 193 ms 0 min ago

Alternatives to Reclaimai

same job, measured the same way
Clickup
by usefulapi

Read teams, spaces, lists and tasks; create, update and comment on tasks and track time.

14 tools answering
Calendar MCP
by deciduus

Google Calendar for LLM agents: find, create, update, move, delete events; free/busy; scheduling.

1 045 installs/wk local only
Google Tasks
by girmmy

Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.

389 installs/wk local only
Harvest
by usefulapi

Read time entries, projects, clients, tasks and invoices; log and update tracked time.

20 tools answering
Reclaim MCP Server
by universalamateur

MCP server for Reclaim.ai - calendar, tasks, habits, and focus time management

111 installs/wk local only
Timergy
by dockerdiscordcontrol

Create scheduling polls, vote, and finalize times from AI agents.

65 installs/wk local only
Google Calendar
by domdomegg

Allow AI systems to list, create, update, and manage Google Calendar events.

35 installs/wk local only
Apple Calendar
by jonathanrreed

List, create, update, and delete events in Apple Calendar on macOS.

1 043 installs/wk local only

Reclaimai — questions

Answers built from our own checks of this server.

What can Reclaimai do?
It exposes 15 tools, read directly from the server on our last check. Among them: reclaim_add_time, reclaim_create_task, reclaim_delete_task, reclaim_get_current_user, reclaim_get_habit, reclaim_get_task and 9 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Reclaimai working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 159 ms. The bar chart above shows every period we have measured.
How do I connect Reclaimai?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Reclaimai need an API key?
No. Reclaimai completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 15 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Reclaimai?
It answers our handshake in 159 ms on average, which is faster than 75% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Reclaimai open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.