Fred MCP Server
Rank #2873io.github.stefanoamorelli/fred-mcp-server
Provides access to over 800,000 economic time series from the Federal Reserve, allowing users to browse, search, and retrieve data for indicators like GDP and unemployment. It supports custom date ranges and data transformations such as percentage changes or frequency aggregations.
Fred MCP Server is a Model Context Protocol (MCP) server published by stefanoamorelli. It ranks #2873 of 58,900 servers tracked on MCP Toplist, and its repository has 98 GitHub stars. Fred MCP Server is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on May 15, 2025 and most recently updated on Sep 14, 2025.
Ranks ahead of 56,027 of 58,900 servers on MCP Toplist.
Use Fred MCP Server
Add Fred MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"fred-mcp-server": {
"command": "npx",
"args": [
"-y",
"fred-mcp-server"
],
"env": {
"FRED_API_KEY": "<your FRED_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 3 registries (1 delisted)
stefanoamorelli
Other servers by stefanoamorelli
- Sec Edgar MCP#1452 · 2 vers
- Nasdaq Data Link MCP Server#6753
- Hyprland MCP Server#8639
- Codemagic MCP Server#9546
- Companies House MCP Server#13213
- storybook-mcp-server#15838
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Sep 14, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Fred MCP Server?
- Provides access to over 800,000 economic time series from the Federal Reserve, allowing users to browse, search, and retrieve data for indicators like GDP and unemployment. It supports custom date ranges and data transformations such as percentage changes or frequency aggregations.
- Who maintains Fred MCP Server?
- Fred MCP Server is maintained by stefanoamorelli, which publishes 7 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Fred MCP Server an official MCP server?
- Yes — Fred MCP Server is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Fred MCP Server have?
- MCP Toplist tracks 2 versions of Fred MCP Server, most recently published on Sep 14, 2025.
- Where can I find the source code for Fred MCP Server?
- The source code for Fred MCP Server is hosted at github.com/stefanoamorelli/fred-mcp-server.