Back to MCP Servers
🔌

berlinbra/alpha-vantage-mcp

MITAPI key required

🐍 ☁️ - Alpha Vantage API integration to fetch both stock and crypto information

PythonAPIs

Install

npx -y -y @smithery/cli

Required environment variables

REPLACE_API_KEYSet in your MCP config
ALPHA_VANTAGE_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "berlinbra-alpha-vantage-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@smithery/cli"
      ],
      "env": {
        "REPLACE_API_KEY": "<YOUR_REPLACE_API_KEY>",
        "ALPHA_VANTAGE_API_KEY": "<YOUR_ALPHA_VANTAGE_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.