A live data connector for Claude. Once connected, Claude can pull real Alpha Vantage MCP (Official) data directly into any conversation — no copy-paste, no spreadsheet exports, no switching tabs.
- Get a free API key — create one here
- Copy the install config below into your
claude_desktop_config.json - Restart Claude Desktop — the tools appear automatically
Alpha Vantage MCP (Official)
The official Alpha Vantage MCP server with 100+ tools spanning real-time and historical equities, options, earnings call transcripts, forex, crypto, commodities, economic indicators, and 60+ technical indicators (RSI, MACD, Bollinger Bands, etc.). Available as a hosted remote server at mcp.alphavantage.co or as a local stdio install.
{
"mcpServers": {
"alpha-vantage-official-mcp": {
"url": "https://mcp.alphavantage.co/mcp"
}
}
}
ℹ Add your Alpha Vantage API key or OAuth (alphavantage.co) in the config (replace the placeholder value).
Full setup walkthrough: Getting Started Guide →