MCP-server that provides LLMs with easy access to open data from the Swedish Government Offices and Parliament.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"riksdag-regering-mcp": {
"command": "npx",
"args": [
"-y",
"isakskogstad/Riksdag-Regering-MCP"
]
}
}
}
Run in terminal:
claude mcp add riksdag-regering-mcp npx -y isakskogstad/Riksdag-Regering-MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"riksdag-regering-mcp": {
"command": "npx",
"args": [
"-y",
"isakskogstad/Riksdag-Regering-MCP"
]
}
}
}