NIRA Temporal MCP
Rank #27,228io.github.pachote/nira-temporal
Time-aware scheduling for Claude — manage tasks, reminders, and recurring schedules
NIRA Temporal MCP is a Model Context Protocol (MCP) server published by pachote. It ranks #27,228 of 115,591 servers tracked on MCP Toplist. NIRA Temporal MCP is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 28, 2026 and most recently updated on May 28, 2026.
Ranks ahead of 88,363 of 115,591 servers on MCP Toplist.
Use NIRA Temporal MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add nira-temporal -e "NIRA_DATA_DIR=<your NIRA_DATA_DIR>" -- uvx nira-temporalReplace each placeholder with your own value before saving.
[mcp_servers.nira-temporal]
command = "uvx"
args = ["nira-temporal"]
[mcp_servers.nira-temporal.env]
NIRA_DATA_DIR = "<your NIRA_DATA_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nira-temporal": {
"command": "uvx",
"args": [
"nira-temporal"
],
"env": {
"NIRA_DATA_DIR": "<your NIRA_DATA_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nira-temporal": {
"command": "uvx",
"args": [
"nira-temporal"
],
"env": {
"NIRA_DATA_DIR": "<your NIRA_DATA_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"nira-temporal": {
"type": "stdio",
"command": "uvx",
"args": [
"nira-temporal"
],
"env": {
"NIRA_DATA_DIR": "<your NIRA_DATA_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nira-temporal": {
"command": "uvx",
"args": [
"nira-temporal"
],
"env": {
"NIRA_DATA_DIR": "<your NIRA_DATA_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nira-temporal": {
"command": "uvx",
"args": [
"nira-temporal"
],
"env": {
"NIRA_DATA_DIR": "<your NIRA_DATA_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pachote%2Fnira-temporal)<a href="https://mcptoplist.com/server/io.github.pachote%2Fnira-temporal"><img src="https://mcptoplist.com/badge/io.github.pachote%2Fnira-temporal.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
pachote
Other servers by pachote
- NIRA Video Production MCP#19,897 · 1 ver
- NIRA File Intel MCP#27,225 · 1 ver
- NIRA REPL MCP#27,226 · 1 ver
- NIRA Screen Vision MCP#27,227 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | May 28, 2026 |
Frequently asked questions
- Who maintains NIRA Temporal MCP?
- NIRA Temporal MCP is maintained by pachote, which publishes 5 MCP servers (5 total versions) tracked on MCP Toplist.
- Is NIRA Temporal MCP listed on the Official MCP Registry?
- Yes — NIRA Temporal MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does NIRA Temporal MCP have?
- MCP Toplist tracks 1 version of NIRA Temporal MCP, most recently published on May 28, 2026.
- Where can I find the source code for NIRA Temporal MCP?
- The source code for NIRA Temporal MCP is hosted at github.com/pachote/nira-temporal.