python-tool-template

ERP-LAB-5/python-tool-template
★ 0 stars Python AI/LLM Updated 1d ago
Copier template for D-LAB-5 small full-stack Python tools (stdlib engine + CLI, Flask page with About/update/restart, optional MCP server, agent skill) and the erp-lab-5 Claude Code plugin marketplace
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": {
    "python-tool-template": {
      "command": "uvx",
      "args": [
        "python-tool-template"
      ]
    }
  }
}

Or install with pip: pip install python-tool-template