Access FEC campaign finance data through MCP. Query data about candidates, money trails, and election filings. STDIO & Streamable HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"openfec-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/openfec-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add openfec-mcp-server npx -y cyanheads/openfec-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"openfec-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/openfec-mcp-server"
]
}
}
}