← Index

Windy Word

io.github.sneakyfree/windy-word-mcp·v1.3.0·Documents & Spreadsheets
Quality Score
95
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "windy-word-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "windy-word-mcp"
      ],
      "env": {
        "WINDY_WORD_MCP_HOST": "127.0.0.1",
        "WINDY_WORD_MCP_PORT": "18765",
        "WINDY_WORD_MCP_TIMEOUT_MS": "5000"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "windy-word-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "windy-word-mcp"
      ],
      "env": {
        "WINDY_WORD_MCP_HOST": "127.0.0.1",
        "WINDY_WORD_MCP_PORT": "18765",
        "WINDY_WORD_MCP_TIMEOUT_MS": "5000"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y windy-word-mcp
§02  Environment variables
WINDY_WORD_MCP_HOST

Host the Windy Word control server is bound to.

WINDY_WORD_MCP_PORT

Control-server port.

WINDY_WORD_MCP_TIMEOUT_MS

Per-request timeout to the control server (ms).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets