★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"uk-parliament-mcp-se": {
"command": "npx",
"args": [
"-y",
"kupad95/uk-parliament-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add uk-parliament-mcp-se npx -y kupad95/uk-parliament-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"uk-parliament-mcp-se": {
"command": "npx",
"args": [
"-y",
"kupad95/uk-parliament-mcp-server"
]
}
}
}
📋 Copy