mcpbeat Sign in

Vox MCP Server

local only

Vox MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 116 installs a week from pypi. Last commit 14 Sep 2026.

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

Installs per day peak 29 · avg 14 · +26% w/w
a month agotoday
116
Installs / week
pypi · vox-mcp
1
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Vox MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vox-mcp -- uvx vox-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vox-mcp": {
      "args": [
        "vox-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vox-mcp]
command = "uvx"
args = ["vox-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vox-mcp": {
      "args": [
        "vox-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vox-mcp": {
      "args": [
        "vox-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GEMINI_API_KEY (Google Gemini API key), OPENAI_API_KEY (OpenAI API key), ANTHROPIC_API_KEY (Anthropic API key), XAI_API_KEY (xAI (Grok) API key), DEEPSEEK_API_KEY (DeepSeek API key), MOONSHOT_API_KEY (Moonshot (Kimi) API key), OPENROUTER_API_KEY (OpenRouter API key), CUSTOM_API_URL (Custom OpenAI-compatible endpoint URL (Ollama, vLLM, etc.)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vox MCP

same job, measured the same way
Unified AI System MCP Gateway
by happy520ai

Self-hosted MCP gateway for Codex, Cursor, and Cline with provider-free prompt enhancement.

local only
AI Firewall MCP
by akhilucky

Multi-agent LLM security layer detecting prompt injection and jailbreaks.

89 installs/wk local only
Trentina
by crunchtools

Secure MCP gateway and quarantine for AI agent traffic — three-layer prompt injection defense

55 installs/wk local only
Tripwire
by bonesdefi

Security gateway for MCP agents: blocks prompt-injection-driven tool calls before they execute.

35 installs/wk local only
Pylos MCP
by adamvass

Read-focused, prompt-injection-hardened email MCP server for any IMAP provider

50 installs/wk local only
Gonka Second Opinion (multi-model)
by bystray

A second opinion for AI agents: one prompt across several live Gonka models + roles, one call.

20 tools answering
Tripwire Guard — evidence-first injection scanner
by kubaopoczka

Local read-only MCP scanner for known prompt-injection patterns with exact evidence and no network.

50 installs/wk local only
Zyrax Guard
by tiagosilva07

Audit AI agent configs for prompt injection & rogue MCP servers; vet packages

60 installs/wk local only

Vox MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Vox MCP?
Vox MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package vox-mcp was installed 116 times last week.
How do I connect Vox MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vox-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Vox MCP?
The pypi package vox-mcp was installed 116 times in the last week. Week over week that is +26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vox MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.