MCP server for querying FEC campaign finance data - search candidates, track donations, analyze spending, and monitor Super PAC activity
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fec-mcp-server": {
"command": "npx",
"args": [
"-y",
"sh-patterson/fec-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add fec-mcp-server npx -y sh-patterson/fec-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"fec-mcp-server": {
"command": "npx",
"args": [
"-y",
"sh-patterson/fec-mcp-server"
]
}
}
}