Skip to content

nazimboudeffa/mcp-server-alphavantage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
      ]
    }
  }
}

About

Work in Progress as I don't have a PREMIUM subscription to Claude

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages