Quick Start Guide
Get the FRED MCP Server running with your AI assistant in just a few minutes. This guide will walk you through the fastest path to start querying economic data.Prerequisites
1
Get a FRED API Key
Visit fred.stlouisfed.org/docs/api/api_key.html to register for a free API key.
The API key is free and provides access to all FRED data. Registration takes less than a minute.
2
Install Claude Desktop (or another MCP client)
Download Claude Desktop or ensure you have another MCP-compatible client installed.
Installation
Choose your preferred installation method:- Automatic (Smithery)
- NPM Global
- Docker
The fastest way to install is using Smithery:This command will:
- Install the server
- Configure it for Claude Desktop
- Prompt you for your FRED API key
Configuration
Claude Desktop Configuration
Finding your configuration file
Finding your configuration file
The Claude Desktop configuration file location varies by platform:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/claude/claude_desktop_config.json
claude_desktop_config.json:
Verify Installation
After configuration, restart Claude Desktop and verify the server is working:1
Restart Claude Desktop
Completely quit and restart Claude Desktop to load the new configuration.
2
Check MCP Connection
In Claude, you should see “fred-mcp” in the MCP servers list (look for the 🔌 icon).
3
Test a Query
Try asking Claude:Claude should use the
fred_get_series tool to fetch the data.Your First Queries
Now that you’re set up, try these example queries to explore FRED data:Basic Economic Indicators
Advanced Queries
Common Series IDs
Here are some frequently used FRED series IDs:Key Economic Indicators
Key Economic Indicators
- GDP: Real Gross Domestic Product
- UNRATE: Unemployment Rate
- CPIAUCSL: Consumer Price Index (All Urban Consumers)
- CPILFESL: Core CPI (Less Food and Energy)
- PAYEMS: All Employees, Total Nonfarm Payrolls
Interest Rates
Interest Rates
- DFF: Federal Funds Effective Rate
- DGS10: 10-Year Treasury Rate
- DGS2: 2-Year Treasury Rate
- TB3MS: 3-Month Treasury Bill
- MORTGAGE30US: 30-Year Fixed Rate Mortgage Average
Stock Market
Stock Market
- SP500: S&P 500 Index
- DJIA: Dow Jones Industrial Average
- NASDAQCOM: NASDAQ Composite Index
- VIXCLS: CBOE Volatility Index (VIX)
Housing
Housing
- HOUST: Housing Starts
- CSUSHPISA: Case-Shiller Home Price Index
- PERMIT: Building Permits
- MSACSR: Monthly Supply of Houses
Example Conversations
Economic Analysis
Market Monitoring
Troubleshooting
Server not appearing in Claude
Server not appearing in Claude
- Ensure configuration file is valid JSON
- Check the file path is correct for your OS
- Restart Claude Desktop completely
- Verify the server command is in your PATH
API Key errors
API Key errors
- Verify your API key is valid at fred.stlouisfed.org
- Ensure the key is properly quoted in the config
- Check for extra spaces or characters
No data returned
No data returned
- Check the series ID is correct (case-sensitive)
- Verify the date range includes available data
- Try a known working series like “GDP” or “UNRATE”