MCP-Basics-Server-and-Client

akbted/MCP-Basics-Server-and-Client
★ 0 stars Python Code/Dev Tools Updated 1d ago
MCP Foundation Lessons
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": {
    "mcp-basics-server-an": {
      "command": "uvx",
      "args": [
        "mcp-basics-server-and-client"
      ]
    }
  }
}

Or install with pip: pip install mcp-basics-server-and-client