What is the NIRA Temporal MCP MCP server?
Time-aware scheduling for Claude — manage tasks, reminders, and recurring schedules
How to install NIRA Temporal MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
NIRA_DATA_DIRDirectory for schedule data (default: ~/nira_temporal)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"nira-temporal": {
"command": "uvx",
"args": [
"nira-temporal"
],
"env": {
"NIRA_DATA_DIR": "<YOUR_NIRA_DATA_DIR>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"nira-temporal": {
"command": "uvx",
"args": [
"nira-temporal"
],
"env": {
"NIRA_DATA_DIR": "<YOUR_NIRA_DATA_DIR>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nira-temporal": {
"command": "uvx",
"args": [
"nira-temporal"
],
"env": {
"NIRA_DATA_DIR": "<YOUR_NIRA_DATA_DIR>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"nira-temporal": {
"type": "stdio",
"command": "uvx",
"args": [
"nira-temporal"
],
"env": {
"NIRA_DATA_DIR": "<YOUR_NIRA_DATA_DIR>"
}
}
}
}Claude Code
claude mcp add nira-temporal --env NIRA_DATA_DIR=<YOUR_NIRA_DATA_DIR> -- uvx nira-temporalRelated MCP servers
Smart file intelligence for Claude — search, deduplicate, organize, and analyze files
View repository →Secure code execution sandbox for Claude — run Python, JavaScript, and shell commands
View repository →Real-time screen capture + AI vision for Claude — see, analyze, and OCR your screen
View repository →Video production MCP: 55 tools — edit, grade, TTS captions, beat-sync, master, AI generate.
View repository →