Download the client repository from GitHub
Visit GitHub Repository
- Click 'Code' > 'Download ZIP' and extract
- Or clone: git clone https://github.com/deeployeer/billy-mcp.git
Sign up for a free API key that provides 5,000 requests per hour
Get Free API Key
📧 Note:
Fill out the form and check your email - the key arrives instantly
Install required Node.js dependencies
cd billy-mcp
npm install
Add Billy MCP to your Claude Desktop configuration
Configuration File Locations:
🍎 macOS
~/Library/Application Support/Claude/claude_desktop_config.json
🪟 Windows
%APPDATA%\Claude\claude_desktop_config.json
🐧 Linux
~/.config/Claude/claude_desktop_config.json
Add this configuration:
{
"mcpServers": {
"billy": {
"command": "node",
"args": ["/full/path/to/billy-mcp/mcp-client.js"],
"env": {
"MCP_SERVER_URL": "https://mcp.billy.wiki",
"CONGRESS_API_KEY": "your_congress_api_key_here"
}
}
}
}
⚠️ Important Notes:
- Replace '/full/path/to/billy-mcp/mcp-client.js' with the actual absolute path
- Replace 'your_congress_api_key_here' with your actual Congress.gov API key
- Make sure to use forward slashes (/) in paths, even on Windows
Close and reopen Claude Desktop to load the new configuration
Try asking Claude these example questions:
What bills were introduced this week?
Search for amendments about climate change
Who are the senators from California?
Show me recent House votes on energy policy