uk-parliament-mcp-lab

chrisbrooksbank-parliament/uk-parliament-mcp-lab
★ 4 stars C# 📊 Data/Analytics Updated 2mo ago
parliament open data MCP server. (This repository is no longer actively maintained. Development continued in a fork which contains major improvements and ongoing updates: )
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-la": {
      "command": "npx",
      "args": [
        "-y",
        "chrisbrooksbank-parliament/uk-parliament-mcp-lab"
      ]
    }
  }
}