
Congress
STDIOConnect Claude Desktop to US Congressional data - bills, members, committees, and votes.
Connect Claude Desktop to US Congressional data - bills, members, committees, and votes.
Connect Claude Desktop to US Congressional data - bills, amendments, members, committees, and more.
npm install -g congressmcp
Get your API key:
Configure local MCP client:
Add this to your config or cline_mcp_settings.json with your API key:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
{ "mcpServers": { "congressmcp": { "command": "npx", "args": [ "-y", "congressmcp" ], "env": { "CONGRESSMCP_API_KEY": "your-api-key-here" } } } }
Ask Claude about:
For advanced users who want full control, CongressMCP is open source:
Note: Self-hosting requires significant technical setup and maintenance. The hosted service (above) provides better reliability and support for most users.