mcp-server-alphavantage

mcp-server-alphavantage

3.1

If you are the rightful owner of mcp-server-alphavantage and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP Server for Alpha Vantage that allows integration with MCP-compatible clients to access financial data.

MCP Server for Alpha Vantage

An MCP Server for Alpha Vantage

Prerequisites

  • Python 3.12+
  • uv package manager
  • MCP-compatible client (e.g., Claude for Desktop)

Setup

  1. Clone this repository:

    git clone https://github.com/nazimboudeffa/mcp-server-alphavantage.git
    cd mcp-server-alphavantage
    
  2. Install dependencies

    pip install uv
    uv add "mcp[cli]"
    
  3. Create a .env file with your API KEY:

    API_KEY=demo
    
  4. Install the server

    mcp install server.py
    

Usage

Check the Claude for Desktop config file

{
  "mcpServers": {
    "alphavantage": {
      "command": "C:\\Users\\YOU_USERNAME\\AppData\\Local\\Programs\\Python\\Python313\\Scripts\\uv.EXE",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "C:\\Users\\YOUR_USERNAME\\Documents\\GitHub\\mcp-server-alphavantage\\server.py"
      ]
    }
  }
}

Related MCP Servers

View all finance servers →