Skip to main content

Unofficial MCP server for Reclaim.ai calendar integration

Project description

Reclaim.ai MCP Server (UNOFFICIAL)

PyPI Downloads Python CI License: MIT

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.

What You Can Do

"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.

Quick Start

1. Get your API key: https://app.reclaim.ai/settings/developer

2. Install

pip install reclaim-mcp-server

3. Configure Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json)

   {
     "mcpServers": {
       "reclaim": {
         "command": "uvx",
         "args": ["reclaim-mcp-server"],
         "env": { "RECLAIM_API_KEY": "your_key_here" }
       }
     }
   }

4. Restart Claude Desktop

Installation Options

Method Command
uvx (recommended) uvx reclaim-mcp-server
pip pip install reclaim-mcp-server
Docker docker pull universalamateur/reclaim-mcp-server
Source git clone https://gitlab.com/universalamateur1/reclaim-mcp-server.git && cd reclaim-mcp-server && poetry install

Tool Profiles

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"
      }
    }
  }
}

Other Configurations

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" }
}

Troubleshooting

Issue Solution
"Invalid API key" Verify key at https://app.reclaim.ai/settings/developer
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

Development

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

Links

License

MIT – Falko Sieverding (@UniversalAmateur)


Built with FastMCP · Not affiliated with Reclaim.ai

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reclaim_mcp_server-0.9.0.tar.gz (23.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

reclaim_mcp_server-0.9.0-py3-none-any.whl (30.6 kB view details)

Uploaded Python 3

File details

Details for the file reclaim_mcp_server-0.9.0.tar.gz.

File metadata

  • Download URL: reclaim_mcp_server-0.9.0.tar.gz
  • Upload date:
  • Size: 23.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for reclaim_mcp_server-0.9.0.tar.gz
Algorithm Hash digest
SHA256 f277774a14e0ac92d91e978302092c4ec60c98269ce7b8b47446ef36809b269e
MD5 f2a10fe3255d585e644e50694669a37e
BLAKE2b-256 6f09748f90cbd6dc9d7e2d221c2c17b2bf86fe6b503a5b95718f7a199b8ca905

See more details on using hashes here.

File details

Details for the file reclaim_mcp_server-0.9.0-py3-none-any.whl.

File metadata

File hashes

Hashes for reclaim_mcp_server-0.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9337d4b85a4a6de036401c1b4cd32fe5bb386cc0577d589eaffcfbf153b4823d
MD5 62dd58ecc6bcecdb5bc3fb20f64d15f8
BLAKE2b-256 3701d558d5d8e9000526afd47c3003d3c2e0b1b5d6669ab183977b8ce1ec7039

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page