Loading MCP server directory, please wait...
Search and fetch ~800K Federal Reserve economic time-series from the FRED API via MCP.
npx @getmcp/cli add io.github.cyanheads/federal-reserve-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
FRED_API_KEYFRED API key from stlouisfed.org. Required to make any API calls.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/federal-reserve-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/federal-reserve-mcp-server",
"run",
"start:stdio"
],
"env": {
"FRED_API_KEY": "",
"FRED_BASE_URL": "https://api.stlouisfed.org/fred",
"FRED_DATASET_TTL_SECONDS": "86400",
"FRED_DATAFRAME_DROP_ENABLED": "false",
"MCP_LOG_LEVEL": "info"
}
}
}
}