← Back to Plugins
MCP Server MCP

Windy Word

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...