A MCP server for the stock market data API, Alphavantage API.
ALPHAVANTAGE_API_KEY
git clone https://github.com/calvernaz/alphavantage.git
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"
}
}
}
}
Watch a quick demonstration of the Alpha Vantage MCP Server in action:
We welcome contributions from the community! To get started, check out our contribution guide for setup instructions, development tips, and guidelines.
Seamless access to top MCP servers powering the future of AI integration.