Odel
SpeechWeave

SpeechWeave

Local
@speechweaveTypeScriptMITUpdated 2w ago

Transcribe local files and URLs with SpeechWeave's OpenAI-compatible API.

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).

npm@speechweave/mcpv1.9.0

Run

npx -y @speechweave/mcp

MCP client config

{
  "mcpServers": {
    "speechweave": {
      "command": "npx",
      "args": [
        "-y",
        "@speechweave/mcp"
      ]
    }
  }
}