Skip to content
Gemini CLI

time mcp for Gemini CLI

io.github.katomato65/time-mcp

Simple MCP server that tells the time

client:Gemini CLI transport:stdio runtime:npm

Install time mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

time mcp in other clients