Time for Cursor
io.github.modelcontextprotocol/time
Reference server for current time and time-zone conversion, so a model can answer 'what time is it in Tokyo' without guessing.
client:Cursor
transport:stdio
runtime:pypi
tools:2
Install Time in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"time": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-time"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs