✅ Official Alpha Vantage MCP Server
A MCP server for the stock market data API, Alphavantage API.
Configuration
Getting an API Key
- Sign up for a Free Alphavantage API key
- Add the API key to your environment variables as
ALPHAVANTAGE_API_KEY
Clone the project
git clone https://github.com/calvernaz/alphavantage.git
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
NOTE Make sure you replace the <DIRECTORY-OF-CLONED-PROJECT> with the directory of the cloned project.
{
"mcpServers": {
"alphavantage": {
"command": "uv",
"args": [
"--directory",
"<DIRECTORY-OF-CLONED-PROJECT>/alphavantage",
"run",
"alphavantage"
],
"env": {
"ALPHAVANTAGE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
🤝 Contributing
We welcome contributions from the community! To get started, check out our contribution guide for setup instructions, development tips, and guidelines.
Alphavantage MCP Server
Project Details
- calvernaz/alphavantage
- Apache License 2.0
- Last Updated: 4/14/2025
Recomended MCP Servers
An open source framework for building AI-powered apps with familiar code-centric patterns. Genkit makes it easy to develop,...
A Model Control Protocol (MCP) connector for integrating your local Zotero with Claude
MCP Server for GitHub Advanced Security
An MCP server that provides LLMs with the latest stable package versions when coding
Antrophics Model context protocol to edit powerpoint files
MCP server for AI image generation and editing using Google's Gemini Flash models. Create images from text prompts...
Open Source, Self-Hosted, AI Search and LLM.txt for your website
use Bitget’s API to get cryptocurrency info





