\ \ Setup\ \ To make this work, you'll need to:\ \
- Download and Install Claude Desktop\
- Create a free API key on https://www.alphavantage.co/support/#api-key\
The standard API rate limit is 25 requests per day.\
- Clone or download this repo\
\
git clone https://github.com/peppial/StocksMCPServer.git\- Build this project\
- Add a reference to the .csproj in the Claude configuration file (developers resource) and to the alphavantage API Key above\
\ Here is a sample config for Claude Desktop:\ \
{\
"mcpServers": {\
"StocksMCP": {\
"command": "dotnet",\
"args": [\
"run",\
"--project",\
"[the path to ]//StocksMCPServer",\
"--no-build"\
],\
"env": {\
"ALPHA_VANTAGE_API_KEY": "\u003cYOUR_KEY\u003e"\
}\
}\
}\
}\