aps-mcp-tests\
Repo to test mcp server with claude\ \
Prerequisites\
\ Python 3 installed\ Claude Desktop downloaded\ \ You can start following the tutorial from the video: https://www.youtube.com/watch?app=desktop\u0026v=wa_A0qY0anA\ \
Steps\
\
- First open the terminal in the root folder and spin a new environment with the code below:\
python -m venv .venv\- Then you activate the environment:\
On Windows\
.venv/Scripts/activate\
\
On a MAC\
.venv/bin/activate\\
- Install mcp\
pip install mcp\\
- Now you can run the server\
python server.py\
