RobynAwesome/Introduction-to-MCP
Focusing on building both MCP servers and clients using the Python SDK. You'll learn about MCP's three core primitives—tools, resources, and prompts—and understand how they integrate with Claude AI to create powerful applications without writing extensive integration code.
Platform-specific configuration:
{
"mcpServers": {
"Introduction-to-MCP": {
"command": "npx",
"args": [
"-y",
"Introduction-to-MCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Freelance Web Developer · Computer Engineering Student 📍 Cape Town, Western Cape, South Africa
Python • uv • Anthropic MCP SDK • Claude AI
A focused project demonstrating how to build both Model Context Protocol (MCP) servers and clients using the Python SDK. This repository explores MCP's three core primitives—tools, resources, and prompts—and shows how they integrate seamlessly with Claude AI to create powerful applications without writing extensive integration code.
⚡ Built with the official Anthropic Python SDK
🚀 Fast dependency management and resolution using uv
🤖 Direct integration with Claude AI capabilities
🔐 Secure local execution of AI-augmented tools
📱 Fully documented and structured codebase
🚀 Ready for immediate local deployment
# Initialize the virtual environment and project
uv init
# Install the project and dependencies in editable mode
uv pip install -e .
# Activate the virtual environment (Windows PowerShell)
.\.venv\Scripts\activate
# OR if using your specific CLI environment
.\.CLI_Project\Scripts\activate
Loading reviews...