Home › Other › fred-mcp-server

fred-mcp-server

Federal Reserve Economic Data (FRED) MCP Server - Access all 800,000+ economic time series

TypeScript
★ 122 stars Last pushed 2026-08-22 License: AGPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y fred-mcp-server@1.0.1

Or add to your MCP client config:

{
  "mcpServers": {
    "fred-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "fred-mcp-server@1.0.1"
      ],
      "env": {
        "FRED_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • FRED_API_KEY required secret — Your FRED API key to access the API

Related servers

Data from the Official MCP Registry