time mcp server for Cursor
io.github.lchinglen/time-mcp-server
MCP server for timezone conversions and time queries with support for IANA timezones
client:Cursor
transport:stdio
runtime:pypi
Install time mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"time-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"lchinglen-time-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs