FRED (economic data)
Rank #19,687io.github.mcpwright/fred-mcp
FRED economic time series + ALFRED vintages: data as originally published, before revisions.
FRED (economic data) is a Model Context Protocol (MCP) server published by mcpwright. It ranks #19,687 of 115,591 servers tracked on MCP Toplist. FRED (economic data) is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Jun 11, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 95,904 of 115,591 servers on MCP Toplist.
Use FRED (economic data)
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add fred-mcp -e "FRED_API_KEY=<your FRED_API_KEY>" -e "FRED_MCP_USER_AGENT=<your FRED_MCP_USER_AGENT>" -- uvx mcpwright-fredReplace each placeholder with your own value before saving.
[mcp_servers.fred-mcp]
command = "uvx"
args = ["mcpwright-fred"]
[mcp_servers.fred-mcp.env]
FRED_API_KEY = "<your FRED_API_KEY>"
FRED_MCP_USER_AGENT = "<your FRED_MCP_USER_AGENT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fred-mcp": {
"command": "uvx",
"args": [
"mcpwright-fred"
],
"env": {
"FRED_API_KEY": "<your FRED_API_KEY>",
"FRED_MCP_USER_AGENT": "<your FRED_MCP_USER_AGENT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fred-mcp": {
"command": "uvx",
"args": [
"mcpwright-fred"
],
"env": {
"FRED_API_KEY": "<your FRED_API_KEY>",
"FRED_MCP_USER_AGENT": "<your FRED_MCP_USER_AGENT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fred-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mcpwright-fred"
],
"env": {
"FRED_API_KEY": "<your FRED_API_KEY>",
"FRED_MCP_USER_AGENT": "<your FRED_MCP_USER_AGENT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fred-mcp": {
"command": "uvx",
"args": [
"mcpwright-fred"
],
"env": {
"FRED_API_KEY": "<your FRED_API_KEY>",
"FRED_MCP_USER_AGENT": "<your FRED_MCP_USER_AGENT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fred-mcp": {
"command": "uvx",
"args": [
"mcpwright-fred"
],
"env": {
"FRED_API_KEY": "<your FRED_API_KEY>",
"FRED_MCP_USER_AGENT": "<your FRED_MCP_USER_AGENT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mcpwright%2Ffred-mcp)<a href="https://mcptoplist.com/server/io.github.mcpwright%2Ffred-mcp"><img src="https://mcptoplist.com/badge/io.github.mcpwright%2Ffred-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
mcpwright
Other servers by mcpwright
- EDGAR (SEC filings)#14,072 · 2 vers
- Census (ACS by ZIP)#15,683 · 2 vers
- IRS SOI (income by ZIP)#17,343 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Aug 20, 2026 |
| 0.1.0 | Jun 11, 2026 |
Frequently asked questions
- Who maintains FRED (economic data)?
- FRED (economic data) is maintained by mcpwright, which publishes 4 MCP servers (8 total versions) tracked on MCP Toplist.
- Is FRED (economic data) listed on the Official MCP Registry?
- Yes — FRED (economic data) is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does FRED (economic data) have?
- MCP Toplist tracks 2 versions of FRED (economic data), most recently published on Aug 20, 2026.
- Where can I find the source code for FRED (economic data)?
- The source code for FRED (economic data) is hosted at github.com/mcpwright/fred-mcp.