FRED economic data: GDP, inflation, unemployment, rates, and 800k+ Federal Reserve time series.
Runs locally over stdio
This server isn't hosted โ your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y fred-economic-mcp
MCP client config
{
"mcpServers": {
"fred-economic-data": {
"command": "npx",
"args": [
"-y",
"fred-economic-mcp"
]
}
}
}