codehands

pavanxs/codehands
★ 1 stars TypeScript AI/LLM Updated today
MCP server that gives web AI assistants step-by-step control over your local dev machine
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": {
    "codehands": {
      "command": "npx",
      "args": [
        "-y",
        "pavanxs/codehands"
      ]
    }
  }
}

README Excerpt

Web AI assistants like ChatGPT and Claude Chat are incredibly smart — they can reason about code, plan fixes, and write solutions. But they're trapped behind a browser. They can't reach into your computer to actually read your files, edit your code, or run your tests. The brain is there, but it has no hands.