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