wc3-forge

StephenSHorton/wc3-forge
★ 1 stars Go 💻 Code/Dev Tools Updated today
A Warcraft III map editor designed to be driven by Claude Code as much as by hand. Go + Svelte/TypeScript single Wails binary with an embedded MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wc3-forge": {
      "command": "go",
      "args": [
        "run",
        "github.com/StephenSHorton/wc3-forge@latest"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="build/appicon.png" alt="wc3-forge logo" width="160"> </p> <h1 align="center">wc3-forge</h1> <p align="center"> <i>A Warcraft III map editor designed to be driven by Claude Code as much as by hand.</i> </p> <p align="center"> <img src="docs/screenshots/hero.png" alt="wc3-forge editor screenshot" width="900">