findtime.io MCP Server for Grok
io.github.hkchao/findtime-mcp-server
MCP server for time in cities around the world, time zones, DST, conversion, and meetings.
client:Grok
transport:stdio
runtime:npm
Install findtime.io MCP Server in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs