Skip to content
Claude Desktop

US Macro for Claude Desktop

io.github.hgus107/us-macro-mcp

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

client:Claude Desktop transport:stdio runtime:pypi

Install US Macro in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "us-macro-mcp": {
      "command": "uvx",
      "args": [
        "us-macro-mcp"
      ],
      "env": {
        "FRED_API_KEY": "<FRED_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

US Macro in other clients