Skip to content
Cursor

Windy Word for Cursor

io.github.sneakyfree/windy-word-mcp

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

client:Cursor transport:stdio runtime:npm

Install Windy Word in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "windy-word-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Windy Word in other clients