berlinbra/alpha-vantage-mcp
Alpha Vantage API integration to fetch both stock and crypto information
Quick Start
Clone the repository:
git clone https://github.com/berlinbra/alpha-vantage-mcpClaude Desktop configuration example:
{
"mcpServers": {
"alpha-vantage-mcp": {
"command": "npx",
"args": [
"-y",
"berlinbra/alpha-vantage-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.