This repository offers a minimal Python implementation of an Anthropic MCP client and server, designed for easy debugging in VSCode on Windows, and includes instructions for setup and usage.
This repository offers a minimal Python implementation of an Anthropic MCP Client and Server, designed for easy debugging with VSCode on Windows using the Python Debugger extension. While other IDEs and operating systems aren't explicitly tested, they should function with minor modifications.
The primary objective is to provide a readily understandable reference for both MCP client and server functionalities.
To get started:
python -m venv myenv
and activate it with myenv\Scripts\activate
.pip install -r requirements.txt
..env.sample
file to .env
and configure your Anthropic API key within it.python mcp_client.py
.lukeage/python-pip-mcp
December 19, 2024
March 17, 2025
Python