Loading MCP server directory, please wait...
Access FEC campaign finance data. Query data about candidates, money trails, and election filings.
npx @getmcp/cli add io.github.cyanheads/openfec-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
FEC_API_KEYOpenFEC API key. Get a free key at https://api.data.gov/signup/
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/openfec-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/openfec-mcp-server",
"run",
"start:stdio"
],
"env": {
"FEC_API_KEY": "",
"MCP_LOG_LEVEL": "info"
}
}
}
}