Odel
FRED Economic Data

FRED Economic Data

Local
@danishashkoPythonMITUpdated 1mo ago

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).

npmfred-economic-mcpv1.0.3

Run

npx -y fred-economic-mcp

MCP client config

{
  "mcpServers": {
    "fred-economic-data": {
      "command": "npx",
      "args": [
        "-y",
        "fred-economic-mcp"
      ]
    }
  }
}