berlinbra/alpha-vantage-mcp
MCP Server for Alpha Advantage API
Platform-specific configuration:
{
"mcpServers": {
"alpha-vantage-mcp": {
"command": "npx",
"args": [
"-y",
"alpha-vantage-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://smithery.ai/server/@berlinbra/alpha-vantage-mcp)
A Model Context Protocol (MCP) server that provides real-time access to financial market data through the free Alpha Vantage API. This server implements a standardized interface for retrieving stock quotes and company information.
<a href="https://glama.ai/mcp/servers/0wues5td08"></a>
cd alpha-vantage-mcp
docker build -t mcp/alpha-vantage .claude_desktop_config.json to match the following, replacing REPLACE_API_KEY with your actual key: > claude_desktop_config.json path > > - On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json > - On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"alphavantage": {
"command": "docker",
"args": [
"run",
"-i",
"-e",
"ALPHA_VANTAGE_API_KEY",
"mcp/alpha-vLoading reviews...