Skip to content

findtime.io MCP Server for Zed

io.github.hkchao/findtime-mcp-server

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

client:Zed transport:stdio runtime:npm

Install findtime.io MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

findtime.io MCP Server in other clients