MCP Server
MCP
Windy Word
Control Windy Word voice-to-text from any MCP agent — 60 tools across 12 categories.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "windy-word-mcp",
"version": "1.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Host the Windy Word control server is bound to.",
"default": "127.0.0.1",
"name": "WINDY_WORD_MCP_HOST"
},
{
"description": "Control-server port.",
"default": "18765",
"name": "WINDY_WORD_MCP_PORT"
},
{
"description": "Per-request timeout to the control server (ms).",
"default": "5000",
"name": "WINDY_WORD_MCP_TIMEOUT_MS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment