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).
Run
npx -y windy-word-mcp
MCP client config
{
"mcpServers": {
"windy-word": {
"command": "npx",
"args": [
"-y",
"windy-word-mcp"
]
}
}
}