{"type":"mcp_server","name":"python-pip-mcp","description":"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.","category":"Developer Tools","language":"Python","stars":9,"forks":0,"owner":"lukeage","github_url":"https://github.com/lukeage/python-pip-mcp","homepage":null,"setup":"## Setup\n\n```powershell\n# create venv\npython -m venv myenv\nmyenv\\Scripts\\activate\n\n# install requirements\npip install -r requirements.txt\n\n# create a .env file and set your anthropic api key\ncp .env.sample .env\n\n# run mcp_client.py script\npython mcp_client.py\n\n# query for current time\n```","tools":"## Available Tools\n\n\t\t1. mcp client (reference implementation)\n\t\t2. mcp server (reference implementation)\n","faq":null,"created_at":"2024-12-19T22:00:33+00:00","updated_at":"2025-03-17T18:56:00+00:00","source_url":"https://model-context-protocol.com/servers/python-mcp-server-client-minimal-example","related_articles":[]}