Control your Reclaim.ai calendar, tasks, and habits from AI assistants via MCP. 40 tools across tasks, calendar, habits, focus time, and analytics. See docs/TOOLS.md for complete reference. Registries: PyPI · Smithery · Glama · GitHub · GitLab Limit exposed tools via RECLAIMTOOLPROFILE: Poetry (from source) Note: Use --directory flag instead of cwd – Claude Desktop doesn't respect cwd. Other MCP c
Add this skill
npx mdskills install universalamateur/reclaim-mcp-serverWell-documented MCP server with 40 productivity tools and flexible installation options
UNOFFICIAL – Not affiliated with Reclaim.ai. Uses their public API , use at your own risk.
Control your Reclaim.ai calendar, tasks, and habits from AI assistants via MCP.
"Create a 2-hour task to review the Q1 budget, due Friday"
"What's on my calendar tomorrow?"
"Mark my morning workout habit as done"
"Show me my productivity stats for last week"
"Start a focus block for the next 90 minutes"
40 tools across tasks, calendar, habits, focus time, and analytics. See docs/TOOLS.md for complete reference.
pip install reclaim-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json) {
"mcpServers": {
"reclaim": {
"command": "uvx",
"args": ["reclaim-mcp-server"],
"env": { "RECLAIM_API_KEY": "your_key_here" }
}
}
}
| Method | Command |
|---|---|
| uvx (recommended) | uvx reclaim-mcp-server |
| pip | pip install reclaim-mcp-server |
| Smithery | npx -y @smithery/cli install universalamateur/reclaim-mcp-server --client claude |
| Docker | docker pull universalamateur/reclaim-mcp-server |
| Source | git clone https://gitlab.com/universalamateur1/reclaim-mcp-server.git && cd reclaim-mcp-server && poetry install |
Registries: PyPI · Smithery · Glama · GitHub · GitLab
Limit exposed tools via RECLAIM_TOOL_PROFILE:
| Profile | Tools | Use Case |
|---|---|---|
minimal | 20 | Basic task/habit management |
standard | 32 | Daily productivity |
full | 40 | All features (default) |
{
"mcpServers": {
"reclaim": {
"command": "uvx",
"args": ["reclaim-mcp-server"],
"env": {
"RECLAIM_API_KEY": "your_key_here",
"RECLAIM_TOOL_PROFILE": "standard"
}
}
}
}
Docker
{
"mcpServers": {
"reclaim": {
"command": "docker",
"args": ["run", "-i", "--rm", "-e", "RECLAIM_API_KEY", "universalamateur/reclaim-mcp-server"],
"env": { "RECLAIM_API_KEY": "your_key_here" }
}
}
}
Poetry (from source)
{
"mcpServers": {
"reclaim": {
"command": "/opt/homebrew/bin/poetry",
"args": ["--directory", "/path/to/reclaim-mcp-server", "run", "reclaim-mcp-server"],
"env": { "RECLAIM_API_KEY": "your_key_here" }
}
}
}
Note: Use --directory flag instead of cwd – Claude Desktop doesn't respect cwd.
Other MCP clients (Cursor, Continue, Zed, etc.)
Works with any MCP-compatible client. Generic stdio config:
{
"command": "uvx",
"args": ["reclaim-mcp-server"],
"env": { "RECLAIM_API_KEY": "your_key_here" }
}
| Issue | Solution |
|---|---|
| "Invalid API key" | Verify key at |
| Rate limited (429) | Server handles retries automatically; reduce request frequency |
| Tools not showing | Restart Claude Desktop after config change |
| Docker ARM64 warning | Use v0.8.1+ for native Apple Silicon support |
poetry install
poetry run pytest # Run tests
poetry run black src tests # Format
poetry run mypy src # Type check
poetry run fastmcp dev src/reclaim_mcp/server.py # Dev mode
MIT – Falko Sieverding (@UniversalAmateur)
Built with FastMCP · Not affiliated with Reclaim.ai
Install via CLI
npx mdskills install universalamateur/reclaim-mcp-serverReclaim.ai MCP Server (UNOFFICIAL) is a free, open-source AI agent skill. Control your Reclaim.ai calendar, tasks, and habits from AI assistants via MCP. 40 tools across tasks, calendar, habits, focus time, and analytics. See docs/TOOLS.md for complete reference. Registries: PyPI · Smithery · Glama · GitHub · GitLab Limit exposed tools via RECLAIMTOOLPROFILE: Poetry (from source) Note: Use --directory flag instead of cwd – Claude Desktop doesn't respect cwd. Other MCP c
Install Reclaim.ai MCP Server (UNOFFICIAL) with a single command:
npx mdskills install universalamateur/reclaim-mcp-serverThis downloads the skill files into your project and your AI agent picks them up automatically.
Reclaim.ai MCP Server (UNOFFICIAL) works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.