mcp-server-alphavantage
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
-
Clone this repository:
git clone https://github.com/nazimboudeffa/mcp-server-alphavantage.git cd mcp-server-alphavantage
-
Install dependencies
pip install uv uv add "mcp[cli]"
-
Create a .env file with your API KEY:
API_KEY=demo
-
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"
]
}
}
}