π§
Alphavantage MCP Server
π§MCP Servercalvernaz/alphavantage
What it does
Provides real-time stock market data retrieval and streaming from the Alphavantage API through a Model Context Protocol (MCP) server, enabling secure and standardized access to financial market inf...
remotehosted
Installation
uvxRun with uvx (Python)
uvx alphavantage-mcpuvxRun with uvx (Python)
uvx alphavantage-mcp --server http --port 8080pip installInstall Python package
pip install alphavantage-mcpgit cloneClone repository
git clone https://github.com/calvernaz/alphavantage.gituv runRun with uv
uv run alphavantage+ 1 more commands in README
Claude Desktop ConfigurationAdd this to your claude_desktop_config.json
{
"mcpServers": {
"alphavantage": {
"command": "uvx",
"args": ...π Extracted from calvernaz/alphavantage README
24,473
AddedJan 26, 2026