mcpbeat Sign in

FRED Economic Data MCP Server

local only

FRED Economic Data runs on your own machine — the client starts it, so there is no endpoint to ping. 103 installs a week from npm. Last commit 6 Aug 2026.

FRED economic data: GDP, inflation, unemployment, rates, and 800k+ Federal Reserve time series.

Installs per day peak 28 · avg 10 · -26% w/w
a month agotoday
103
Installs / week
npm · fred-economic-mcp
0
Stars
0 open issues
6 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const r = spawnSync(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fred-economic-mcp -- npx -y fred-economic-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fred-economic-mcp": {
      "args": [
        "-y",
        "fred-economic-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fred-economic-mcp]
command = "npx"
args = ["-y", "fred-economic-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fred-economic-mcp": {
      "args": [
        "-y",
        "fred-economic-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fred-economic-mcp": {
      "args": [
        "-y",
        "fred-economic-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FRED_API_KEY (Free FRED API key from https://fredaccount.stlouisfed.org/apikeys). The author declared them in the registry entry; get the values from the project itself.

Alternatives to FRED Economic Data

same job, measured the same way
C
FRED Economic Data
by olyport

GDP, unemployment, CPI, interest rates, and 800K+ economic time series from the Federal Reserve

5 tools answering
Fred MCP Server
by stefanoamorelli

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

317 installs/wk local only
Federal Reserve MCP Server
by cyanheads

Search and fetch ~800K Federal Reserve economic time-series from the FRED API via MCP.

57 installs/wk local only
Insightiq
by ravi-p-k-1

Look up real FRED (Federal Reserve Economic Data) series and historical observations.

local only
US Macro
by hgus107

US macroeconomic data from FRED: inflation, employment, growth, housing, rates, recession signals.

64 installs/wk local only
Fred
by pipeworx-io

FRED MCP — Federal Reserve Economic Data (St. Louis Fed)

42 tools answering
Ferric Fred MCP
by ojhermann-org

MCP server for FRED (Federal Reserve Economic Data): full read API plus GeoFRED, 34 tools.

local only
Economy Intel MCP
by datakoot

Macro data for AI agents: GDP, inflation, unemployment and more (World Bank, US BLS). No keys.

5 tools answering

FRED Economic Data — questions

Answers built from our own checks of this server.

Why is there no uptime for FRED Economic Data?
FRED Economic Data runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package fred-economic-mcp was installed 103 times last week.
How do I connect FRED Economic Data?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fred-economic-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use FRED Economic Data?
The npm package fred-economic-mcp was installed 103 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is FRED Economic Data open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.