P
example-mcp-client
Created Oct 19, 2025
by
megmogmog1965
Language:
Python
Stars:
0
Forks:
0
README
example-mcp-client
Getting Started
You need to install uv to run this project.
brew install uv
Create a .env file with your API key.
echo "ANTHROPIC_API_KEY=" > .env
Create a virtual environment and install the dependencies.
uv venv
source .venv/bin/activate
uv sync
Usage
Run the client with arguments for the server.
source .venv/bin/activate
uv run client.py npx -y @modelcontextprotocol/server-filesystem "/Users/{username}/Desktop/"
Last updated: Oct 19, 2025
Publisher info
More MCP servers built with Python
Transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
By huggingface
155.5K