Skip to content
Cursor

timezone mcp for Cursor

io.github.mukundakatta/timezone-mcp

IANA timezone conversions with real DST rules.

client:Cursor transport:stdio runtime:npm

Install timezone mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "timezone-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/timezone-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

timezone mcp in other clients