simple-mcp-tool-lesson

cmilcode/simple-mcp-tool-lesson
★ 1 stars Python 📦 Other Updated 24d ago
A quick lesson on MCP tools that I put together for some colleagues.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "simple-mcp-tool-less": {
      "command": "uvx",
      "args": [
        "simple-mcp-tool-lesson"
      ]
    }
  }
}

Or install with pip: pip install simple-mcp-tool-lesson