Skip to content
Cursor

NIRA Temporal MCP for Cursor

io.github.pachote/nira-temporal

Time-aware scheduling for Claude — manage tasks, reminders, and recurring schedules

client:Cursor transport:stdio runtime:pypi

Install NIRA Temporal MCP in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nira-temporal": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nira-temporal"
      ],
      "env": {
        "NIRA_DATA_DIR": "<NIRA_DATA_DIR>"
      }
    }
  }
}

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

NIRA Temporal MCP in other clients