← Index

io.github.stefanoamorelli/fred-mcp-server

io.github.stefanoamorelli/fred-mcp-server·v1.0.1·Calendar & Time
Quality Score
70
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "fred-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "fred-mcp-server"
      ],
      "env": {
        "FRED_API_KEY": "<your-fred_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "fred-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "fred-mcp-server"
      ],
      "env": {
        "FRED_API_KEY": "<your-fred_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y fred-mcp-server
§02  Environment variables
FRED_API_KEY
requiredsecret

Your FRED API key to access the API

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time