next2d-development-mcp

Next2D/next2d-development-mcp
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
An MCP (Model Context Protocol) server for Next2D application development. Provides code generation, architecture validation, and API reference following MVVM + Clean Architecture + Atomic Design patterns used with the framework-typescript-template.
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": {
    "next2d-development-m": {
      "command": "npx",
      "args": [
        "-y",
        "Next2D/next2d-development-mcp"
      ]
    }
  }
}

Topics

aiai-developmentatomic-designclean-architecturegame-developmentmcpmvvm-architecturenext2d