alpha vantage mcp for Claude Desktop
io.github.alphavantage/alpha_vantage_mcp
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
client:Claude Desktop
transport:sse
Install alpha vantage mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"alpha_vantage_mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.alphavantage.co/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs