
国会
STDIO连接克劳德桌面版至美国国会数据
连接克劳德桌面版至美国国会数据
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:
⚠️ Important Architectural Notice:
Currently, all users share a single Congress.gov API key on the backend server. This means:
Planned Fix (v2.0): Future versions will require users to provide their own Congress.gov API key for individual rate limits and better scalability. This will require:
CONGRESS_GOV_API_KEY
to your Claude configCurrent Status: This limitation doesn't affect functionality for early users, but please be aware that heavy usage may experience rate limiting.