Skip to content
Zed

Windy Word for Zed

io.github.sneakyfree/windy-word-mcp

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

client:Zed transport:stdio runtime:npm

Install Windy Word in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Windy Word in other clients