godot-playtester-mcp

tigermkiiiddd/godot-playtester-mcp
★ 3 stars C# 🤖 AI/LLM Updated 8d ago
MCP server that embeds inside Godot 4 games — AI agents can inspect, control, and test running games in real-time
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": {
    "godot-playtester-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tigermkiiiddd/godot-playtester-mcp"
      ]
    }
  }
}