FlaxMCP

Veradictus/FlaxMCP
★ 3 stars C# 📦 Other Updated 11d ago
MCP server for the open-source Flax game engine.
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": {
    "flaxmcp": {
      "command": "npx",
      "args": [
        "-y",
        "Veradictus/FlaxMCP"
      ]
    }
  }
}