PluginBench
MCP Server
Maintained

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

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

What is the io.github.nick-ma/uk-parliament-commonsvotes MCP server?

MCP server for UK Parliament Commons Votes API

How to install io.github.nick-ma/uk-parliament-commonsvotes

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "uk-parliament-commonsvotes": {
      "command": "npx",
      "args": [
        "-y",
        "@darkhorseone/mcp-server-uk-parliament-commonsvotes"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "uk-parliament-commonsvotes": {
      "command": "npx",
      "args": [
        "-y",
        "@darkhorseone/mcp-server-uk-parliament-commonsvotes"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "uk-parliament-commonsvotes": {
      "command": "npx",
      "args": [
        "-y",
        "@darkhorseone/mcp-server-uk-parliament-commonsvotes"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "uk-parliament-commonsvotes": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@darkhorseone/mcp-server-uk-parliament-commonsvotes"
      ]
    }
  }
}
Claude Code
claude mcp add uk-parliament-commonsvotes -- npx -y @darkhorseone/mcp-server-uk-parliament-commonsvotes

Related MCP servers

MCP server for UK Parliament Bills API

1
TypeScript
View repository →

MCP server for UK Parliament Committees API

1
TypeScript
View repository →

MCP server for UK Parliament Erskine May API

1
TypeScript
View repository →

MCP server for UK Parliament Register of Interests API

1
TypeScript
View repository →

MCP server for UK Parliament Lords Votes API

1
TypeScript
View repository →

MCP server for UK Parliament Members API

1
TypeScript
View repository →