Skip to content
Cursor

reclaim mcp server for Cursor

io.github.universalamateur/reclaim-mcp-server

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

client:Cursor transport:stdio runtime:pypi

Install reclaim mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "reclaim-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "reclaim-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

reclaim mcp server in other clients