Search and fetch ~800K Federal Reserve economic time-series from the FRED API via MCP. STDIO or Streamable HTTP.
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-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/fred-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add fred-mcp-server npx -y cyanheads/fred-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"fred-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/fred-mcp-server"
]
}
}
}