Enabling AI assistants to interact with MapleStory .IMG files - 74 tools for reading, analyzing, modifying, and exporting game data
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"
]
}
}
}
Run in terminal:
claude mcp add wzimg-mcp-server npx -y lastbattle/WzImg-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"wzimg-mcp-server": {
"command": "npx",
"args": [
"-y",
"lastbattle/WzImg-MCP-Server"
]
}
}
}