MCP_tutorial

partrita/MCP_tutorial
★ 0 stars Python Other Updated today
simple MCP server for learning by doing.
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_tutorial": {
      "command": "uvx",
      "args": [
        "mcp-tutorial"
      ]
    }
  }
}

Or install with pip: pip install mcp-tutorial

README Excerpt

simple MCP server for learning by doing.