FRED Economic Data for Claude Desktop
com.olyport/fred
GDP, unemployment, CPI, interest rates, and 800K+ economic time series from the Federal Reserve
client:Claude Desktop
transport:streamable-http
tools:5
Install FRED Economic Data in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"fred": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.olyport.com/fred/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs