FRED (Federal Reserve Economic Data) MCP server — economic time series, releases, categories
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",
"QuentinCody/fred-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add fred-mcp-server npx -y QuentinCody/fred-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"fred-mcp-server": {
"command": "npx",
"args": [
"-y",
"QuentinCody/fred-mcp-server"
]
}
}
}