WzImg-MCP-Server

lastbattle/WzImg-MCP-Server
★ 6 stars C# 📁 File System Updated 11d ago
Enabling AI assistants to interact with MapleStory .IMG files - 74 tools for reading, analyzing, modifying, and exporting game data
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": {
    "wzimg-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "lastbattle/WzImg-MCP-Server"
      ]
    }
  }
}