Odel
findtime MCP Server

findtime MCP Server

Local
@hkchaoJavaScriptUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@findtime/mcp-serverv3.25.15

Run

npx -y @findtime/mcp-server

MCP client config

{
  "mcpServers": {
    "findtime-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@findtime/mcp-server"
      ]
    }
  }
}