Skip to content
Cursor

findtime.io MCP Server for Cursor

io.github.hkchao/findtime-mcp-server

MCP server for time in cities around the world, time zones, DST, conversion, and meetings.

client:Cursor transport:stdio runtime:npm

Install findtime.io MCP Server in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "findtime-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@findtime/mcp-server"
      ],
      "env": {
        "FINDTIME_TIME_API_KEY": "<FINDTIME_TIME_API_KEY>",
        "FINDTIME_TIME_API_BASE_URL": "<FINDTIME_TIME_API_BASE_URL>",
        "FINDTIME_MCP_CLIENT_TYPE": "<FINDTIME_MCP_CLIENT_TYPE>"
      }
    }
  }
}

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

findtime.io MCP Server in other clients