fred-mcp

yifudiao/fred-mcp
★ 0 stars Python AI/LLM Updated today
Local MCP server for the Federal Reserve Economic Data (FRED) API
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fred-mcp": {
      "command": "uvx",
      "args": [
        "fred-mcp"
      ]
    }
  }
}

Or install with pip: pip install fred-mcp

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io) server that gives Claude and other MCP clients access to [Federal Reserve Economic Data (FRED)](https://fred.stlouisfed.org) — 800,000+ economic time series covering GDP, inflation, employment, interest rates, and more. Runs locally over stdio. Bring your own FRED API key

Tools (3)

get_observationsget_series_infosearch_series