European Parliament MCP Server Model Context Protocol Server for European Parliament Open Data Providing AI assistants with structured access to parliamentary datasets
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": {
"european-parliament-": {
"command": "npx",
"args": [
"-y",
"Hack23/European-Parliament-MCP-Server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add european-parliament- npx -y Hack23/European-Parliament-MCP-Server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"european-parliament-": {
"command": "npx",
"args": [
"-y",
"Hack23/European-Parliament-MCP-Server"
]
}
}
}
📋 Copy