fred mcp for Cursor
io.github.mrfentmen/fred-mcp
MCP server for FRED economic data: series, observations. Needs a free API key.
client:Cursor
transport:stdio
runtime:npm
Install fred mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fred-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fred-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs