Skip to content
Cursor

FRED (economic data) for Cursor

io.github.mcpwright/fred-mcp

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

client:Cursor transport:stdio runtime:pypi

Install FRED (economic data) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "fred-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcpwright-fred"
      ],
      "env": {
        "FRED_API_KEY": "<FRED_API_KEY>",
        "FRED_MCP_USER_AGENT": "<FRED_MCP_USER_AGENT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

FRED (economic data) in other clients