AI Agents MCP Servers Workflows Blog Submit
P

Phaser MCP

Game Development Free Open Source

Build HTML5 games with AI assistance via MCP. Generate Phaser.js game code, manage sprites, create physics simulations, and more.

What is Phaser MCP?

Phaser MCP is a Model Context Protocol server for Phaser.js, the popular HTML5 game framework. It enables AI models to help create browser-based games by generating scene code, configuring physics, managing assets, and building game mechanics.

Features

Phaser MCP supports all major Phaser 3 features including scene management, sprite animation, Arcade and Matter.js physics, tilemap creation, and particle systems. AI models can generate complete game scenes from descriptions.

Configuration

{
  "mcpServers": {
    "phaser": {
      "command": "npx",
      "args": ["phaser-mcp"],
      "env": {
        "PHASER_PROJECT_PATH": "/path/to/your/phaser/project"
      }
    }
  }
}

Use Cases

Phaser MCP is perfect for web game developers who want rapid prototyping, game jam participants needing quick iteration, and educators teaching game development concepts through browser-based projects.

Key Features

  • Generate Phaser 3 game scenes and code
  • Manage sprite sheets and animations
  • Configure physics systems (Arcade, Matter.js)
  • Create tilemaps and level designs
  • Build UI elements and menus
  • Set up particle effects and tweens