Skip to content
Grok

NIRA Temporal MCP for Grok

io.github.pachote/nira-temporal

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

client:Grok transport:stdio runtime:pypi

Install NIRA Temporal MCP in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

NIRA Temporal MCP in other clients