Skip to content
Gemini CLI

Windy Word for Gemini CLI

io.github.sneakyfree/windy-word-mcp

Control Windy Word voice-to-text from any MCP agent — 60 tools across 12 categories.

client:Gemini CLI transport:stdio runtime:npm

Install Windy Word in Gemini CLI

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

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

{
  "mcpServers": {
    "windy-word-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "windy-word-mcp"
      ],
      "env": {
        "WINDY_WORD_MCP_HOST": "<WINDY_WORD_MCP_HOST>",
        "WINDY_WORD_MCP_PORT": "<WINDY_WORD_MCP_PORT>",
        "WINDY_WORD_MCP_TIMEOUT_MS": "<WINDY_WORD_MCP_TIMEOUT_MS>"
      }
    }
  }
}

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

Windy Word in other clients