Odel
voting mcp

voting mcp

Local
@hrishikabraPythonUpdated 2mo ago

Social-choice voting rules (Borda, Copeland, Condorcet, STV, opinion pool) as MCP tools.

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

PyPIvoting-mcpv0.1.3

Run

uvx voting-mcp

MCP client config

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