Poland Parliament MCP Server

MCP server providing access to official records of activities of the Polish Parliament, including information on members, voting records, committees

Local serverstdio

What is the Poland Parliament MCP server?

MCP server providing access to official records of activities of the Polish Parliament, including information on members, voting records, committees, and proceedings. That is what the poland parliament mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

This server is designed to be run with npx, allowing you to use it as a tool provider for LLM clients without a global installation.

The tools it exposes

The server publishes 9 tools. What each one is for:

  • Clubs — The Clubs tool exposed by this server
  • Committees — The Committees tool exposed by this server
  • Interpellations — The Interpellations tool exposed by this server
  • Prints — The Prints tool exposed by this server
  • Proceedings — The Proceedings tool exposed by this server
  • Terms — The Terms tool exposed by this server
  • Transcripts — The Transcripts tool exposed by this server
  • Videos — The Videos tool exposed by this server
  • Votings — The Votings tool exposed by this server

Getting it running

The server ships on npm as parliament-poland-mcp-server, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Poland Parliament's toolset — Clubs, Committees, Interpellations and 6 more — is a fair guide to whether it matches your workflow.

This entry was verified against Poland Parliament's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 9 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Poland Parliament.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
ClubsThe Clubs tool exposed by this server.
CommitteesThe Committees tool exposed by this server.
InterpellationsThe Interpellations tool exposed by this server.
PrintsThe Prints tool exposed by this server.
ProceedingsThe Proceedings tool exposed by this server.
TermsThe Terms tool exposed by this server.
TranscriptsThe Transcripts tool exposed by this server.
VideosThe Videos tool exposed by this server.
VotingsThe Votings tool exposed by this server.

How to install the Poland Parliament MCP server

{
  "mcpServers": {
    "github-com-pkolawa-parliament-poland": {
      "command": "npx",
      "args": ["-y", "parliament-poland-mcp-server"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Poland Parliament to Clubs.
  • Use Poland Parliament to Committees.
  • Use Poland Parliament to Interpellations.

Frequently asked questions

It connects Poland Parliament to MCP-compatible AI assistants such as Claude and Cursor, exposing 9 tools (Clubs, Committees, Interpellations, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Poland Parliament directly.