πŸ”§

Alphavantage MCP Server

πŸ”§MCP Server

calvernaz/alphavantage

VibeIndex|
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-mcp
uvxRun with uvx (Python)
uvx alphavantage-mcp --server http --port 8080
pip installInstall Python package
pip install alphavantage-mcp
git cloneClone repository
git clone https://github.com/calvernaz/alphavantage.git
uv 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