Odel
Windy Word

Windy Word

Local
@sneakyfree1JavaScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmwindy-word-mcpv1.3.0

Run

npx -y windy-word-mcp

MCP client config

{
  "mcpServers": {
    "windy-word": {
      "command": "npx",
      "args": [
        "-y",
        "windy-word-mcp"
      ]
    }
  }
}