alpha_vantage (MCP Server)

GitHub

A python wrapper for Alpha Vantage API for financial data.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "alpha_vantage": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-alpha_vantage"
      ]
    }
  }
}