PluginBench
MCP Server

FRED (economic data) MCP Server

io.github.mcpwright/fred-mcp

What is the FRED (economic data) MCP server?

FRED economic time series + ALFRED vintages: data as originally published, before revisions.

How to install FRED (economic data)

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • FRED_API_KEY
    required

    Your own free FRED API key (get one at fred.stlouisfed.org/docs/api/api_key_request.html). Keys are personal under the FRED API Terms of Use.

  • FRED_MCP_USER_AGENT

    Descriptive User-Agent identifying your deployment. Optional.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fred-mcp": {
      "command": "uvx",
      "args": [
        "mcpwright-fred"
      ],
      "env": {
        "FRED_API_KEY": "<YOUR_FRED_API_KEY>",
        "FRED_MCP_USER_AGENT": "<YOUR_FRED_MCP_USER_AGENT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "fred-mcp": {
      "command": "uvx",
      "args": [
        "mcpwright-fred"
      ],
      "env": {
        "FRED_API_KEY": "<YOUR_FRED_API_KEY>",
        "FRED_MCP_USER_AGENT": "<YOUR_FRED_MCP_USER_AGENT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "fred-mcp": {
      "command": "uvx",
      "args": [
        "mcpwright-fred"
      ],
      "env": {
        "FRED_API_KEY": "<YOUR_FRED_API_KEY>",
        "FRED_MCP_USER_AGENT": "<YOUR_FRED_MCP_USER_AGENT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "fred-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcpwright-fred"
      ],
      "env": {
        "FRED_API_KEY": "<YOUR_FRED_API_KEY>",
        "FRED_MCP_USER_AGENT": "<YOUR_FRED_MCP_USER_AGENT>"
      }
    }
  }
}
Claude Code
claude mcp add fred-mcp --env FRED_API_KEY=<YOUR_FRED_API_KEY> --env FRED_MCP_USER_AGENT=<YOUR_FRED_MCP_USER_AGENT> -- uvx mcpwright-fred

Related MCP servers

U.S. Census (ACS) data by ZIP: income, demographics, housing, education, from a local store.

View repository →

SEC filings in your agent: issuers, Reg CF/D/A raises, XBRL financials, insider trades.

View repository →

IRS income & tax stats by ZIP in your agent: AGI distribution, tax, credits, deductions.

View repository →