mcpbeat Sign in

Vox Pop MCP Server

by mushfique-dgist Your server? Claim it
local only

Vox Pop runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.

Search 9 public discussion platforms for real opinions. Semantic routing, no API keys required.

Installs / week
pypi · vox-pop
1
Stars
0 open issues
16 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Vox Pop 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-pop -- uvx vox-pop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vox-pop": {
      "args": [
        "vox-pop"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vox-pop]
command = "uvx"
args = ["vox-pop"]
.cursor/mcp.json
{
  "mcpServers": {
    "vox-pop": {
      "args": [
        "vox-pop"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vox-pop": {
      "args": [
        "vox-pop"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Vox Pop

same job, measured the same way
Swaggerhub MCP
by mrfentmen

Search the SwaggerHub API registry for public API definitions. No key required.

local only
Dblp MCP
by mrfentmen

Search computer science publications on DBLP. No key required.

local only
Bluesky MCP
by mrfentmen

Bluesky actor search from the public AT Protocol API. No key required.

local only
Court Records MCP
by mrfentmen

Search published US court opinions from the Caselaw Access Project. No key required.

local only
Sourcegraph MCP
by mrfentmen

Search public code on Sourcegraph. No key required.

local only
Semantic Scholar MCP
by mrfentmen

Search academic papers and read citations from Semantic Scholar. No key required.

local only
Bing Search (Free)
by iridite

Free Bing search MCP server - No API key required

95 installs/wk local only
Firefox Addons MCP
by mrfentmen

Search Firefox browser extensions on AMO. No key required.

local only

Vox Pop — questions

Answers built from our own checks of this server.

Why is there no uptime for Vox Pop?
Vox Pop 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-pop.
How do I connect Vox Pop?
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-pop straight from pypi; nothing to host, nothing to sign up for.
Is Vox Pop open source?
Yes — it is published under the MIT 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.