Odel
WebVoice

WebVoice

Local
@supermarco74PythonMITUpdated 3mo ago

WebVoice MCP: chat, TTS, STT, translate, images. Email signup, welcome credits, optional Solana.

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

PyPIwebvoice-mcpv0.2.1

Run

uvx webvoice-mcp

MCP client config

{
  "mcpServers": {
    "webvoice": {
      "command": "uvx",
      "args": [
        "webvoice-mcp"
      ]
    }
  }
}