Introduction-to-MCP

RobynAwesome/Introduction-to-MCP
★ 4 stars Python AI/LLM Updated 1d ago
Focusing on building both MCP servers and clients using the Python SDK to make sure these three core primitives—tools, resources, and prompts—and understand how they integrate with Claude AI, Gemini AI, Copilot and Grok to create powerful applications without writing extensive integration code.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "introduction-to-mcp": {
      "command": "uvx",
      "args": [
        "introduction-to-mcp"
      ]
    }
  }
}

Or install with pip: pip install introduction-to-mcp

Topics

ai-agentsclaudemcpmodel-context-protocolmulti-agentopen-sourcetypescript