parliament open data MCP server. (This repository is no longer actively maintained. Development continued in a fork which contains major improvements and ongoing updates: )
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"uk-parliament-mcp-la": {
"command": "npx",
"args": [
"-y",
"chrisbrooksbank-parliament/uk-parliament-mcp-lab"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add uk-parliament-mcp-la npx -y chrisbrooksbank-parliament/uk-parliament-mcp-lab
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"uk-parliament-mcp-la": {
"command": "npx",
"args": [
"-y",
"chrisbrooksbank-parliament/uk-parliament-mcp-lab"
]
}
}
}
📋 Copy