arcade_handyman

sgluss/arcade_handyman
★ 0 stars Python AI/LLM Updated 2d ago
MCP server generator using Arcade
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": {
    "arcade_handyman": {
      "command": "uvx",
      "args": [
        "arcade-handyman"
      ]
    }
  }
}

Or install with pip: pip install arcade-handyman

README Excerpt

Handyman is a meta-agent: point it at an API description — an OpenAPI spec or a human-written docs page — and it designs, generates, and **eval-gates** a working [Arcade MCP](https://docs.arcade.dev) server, then proves the result by letting a consumer agent solve a real task with the generated tools.