uk-parliament-mcp-server

kupad95/uk-parliament-mcp-server
★ 9 stars TypeScript 📁 File System Updated 16d ago
MCP server that gives any AI assistant live access to UK Parliament data: voting history, MP profiles, financial interests, rebellions, bills, and petitions. No API key needed.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "uk-parliament-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "kupad95/uk-parliament-mcp-server"
      ]
    }
  }
}