Odel
Vox MCP

Vox MCP

Local
@linxule1PythonApache-2.0Updated 1mo ago

Multi-model AI gateway — 8 providers plus local models, no system prompt injection.

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

PyPIvox-mcpv0.5.0

Run

uvx vox-mcp

MCP client config

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