MCP FRED MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add -e "FRED_API_KEY=${FRED_API_KEY}" mcp-fred -- npx mcp-fred
Required:FRED_API_KEY
README.md

Access Federal Reserve Economic Data (FRED) economic indicators and series.

mcp-fred

Access Federal Reserve Economic Data (FRED) — economic indicators, time series, and releases.

Tools

Tool Description
search_series Search for FRED economic data series by keyword
get_series Get metadata for a specific FRED series
get_observations Get data points (observations) for a FRED series
get_categories Browse the FRED category tree
get_releases Get economic data releases and schedules
get_popular_series Get recently updated/popular FRED series

Configuration

Variable Required Description
FRED_API_KEY Yes fred api key

Installation

git clone https://github.com/PetrefiedThunder/mcp-fred.git
cd mcp-fred
npm install
npm run build

Usage with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "fred": {
      "command": "node",
      "args": ["/path/to/mcp-fred/dist/index.js"],
      "env": {
        "FRED_API_KEY": "your-fred-api-key"
      }
    }
  }
}

Usage with npx

npx mcp-fred

License

MIT

Tools (6)

search_seriesSearch for FRED economic data series by keyword
get_seriesGet metadata for a specific FRED series
get_observationsGet data points (observations) for a FRED series
get_categoriesBrowse the FRED category tree
get_releasesGet economic data releases and schedules
get_popular_seriesGet recently updated/popular FRED series

Environment Variables

FRED_API_KEYrequiredfred api key

Configuration

claude_desktop_config.json
{"mcpServers": {"fred": {"command": "node", "args": ["/path/to/mcp-fred/dist/index.js"], "env": {"FRED_API_KEY": "your-fred-api-key"}}}}

Try it

Search for economic series related to 'GDP' and provide the metadata for the most relevant one.
Get the latest observations for the unemployment rate series.
What are the most popular economic data series currently being tracked on FRED?
List the upcoming economic data releases for this week.

Frequently Asked Questions

What are the key features of MCP FRED?

Search for economic data series using keywords. Retrieve detailed metadata for specific economic series. Fetch historical observations and data points. Browse the hierarchical FRED category tree. Access economic data release schedules.

What can I use MCP FRED for?

Automating the retrieval of macroeconomic indicators for financial analysis. Building AI-powered dashboards that track real-time economic trends. Integrating historical economic data into research reports and models. Monitoring upcoming economic release schedules for trading or planning.

How do I install MCP FRED?

Install MCP FRED by running: git clone https://github.com/PetrefiedThunder/mcp-fred.git && cd mcp-fred && npm install && npm run build

What MCP clients work with MCP FRED?

MCP FRED works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep MCP FRED docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare