Skip to content
Cursor

voting mcp for Cursor

io.github.hrishikabra/voting-mcp

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

client:Cursor transport:stdio runtime:pypi

Install voting mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

voting mcp in other clients