Loading MCP server directory, please wait...
MCP server for time in cities around the world, time zones, DST, conversion, and meetings.
npx @getmcp/cli add io.github.hkchao/findtime-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
FINDTIME_TIME_API_KEYfindtime.io developer API key used to authenticate requests to the Time API.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.hkchao/findtime-mcp-server": {
"command": "npx",
"args": [
"-y",
"@findtime/mcp-server"
],
"env": {
"FINDTIME_TIME_API_KEY": "",
"FINDTIME_TIME_API_BASE_URL": "",
"FINDTIME_MCP_CLIENT_TYPE": ""
}
}
}
}