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)
{
"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