Skip to content

uk parliament commonsvotes for Cursor

io.github.nick-ma/uk-parliament-commonsvotes

MCP server for UK Parliament Commons Votes API

client:Cursor transport:stdio runtime:npm

Install uk parliament commonsvotes in Cursor

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

{
  "mcpServers": {
    "uk-parliament-commonsvotes": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@darkhorseone/mcp-server-uk-parliament-commonsvotes"
      ]
    }
  }
}

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

uk parliament commonsvotes in other clients