Odel
voice audio mcp

voice audio mcp

Local
@csoai-org1PythonUpdated 4 days ago

Voice Audio MCP server. Tools: text to speech, list voices, transcribe. Built by MEOK AI Labs.

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

PyPIvoice-audio-mcpv1.0.10

Run

uvx voice-audio-mcp

MCP client config

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