Voting MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 78 installs a week from pypi. Last commit 2 Jul 2026.
Social-choice voting rules (Borda, Copeland, Condorcet, STV, opinion pool) as MCP tools.
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.
claude mcp add voting-mcp -- uvx voting-mcp
{
"mcpServers": {
"voting-mcp": {
"args": [
"voting-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.voting-mcp]
command = "uvx"
args = ["voting-mcp"]
{
"mcpServers": {
"voting-mcp": {
"args": [
"voting-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"voting-mcp": {
"args": [
"voting-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.