Server Directory
APIBeginner

Alpha Vantage

by Alpha Vantage

GitHub
1.1k

Financial market data API providing real-time and historical stock quotes, forex rates, crypto prices, technical indicators, and fundamental data.

CAPABILITIES

  • Real-time stock quotes
  • Historical price data
  • Technical indicators
  • Forex and crypto data
  • Fundamental data
  • Economic indicators

INSTALLATION

Terminal
npx -y @alphavantage/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "alpha-vantage": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@alphavantage/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
API
Difficulty
Beginner
Maintained By
Alpha Vantage
NPM Package
@alphavantage/mcp-server

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →