What is the io.github.rog0x/time MCP server?
Timezone, dates, cron, timestamps for AI agents
How to install io.github.rog0x/time
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"time": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-time-tools"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"time": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-time-tools"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"time": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-time-tools"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"time": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-time-tools"
]
}
}
}Claude Code
claude mcp add time -- npx -y @rog0x/mcp-time-tools