Skip to content
Windsurf

findtime.io MCP Server for Windsurf

io.github.hkchao/findtime-mcp-server

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

client:Windsurf transport:stdio runtime:npm

Install findtime.io MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "findtime-mcp-server": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

findtime.io MCP Server in other clients