Overview
Fennara is an open-source MCP server that enables AI agents to interact live with Godot (4.5+). It provides a local runtime and native editor integration, allowing AI coding assistants like Claude Code and Cursor to inspect scenes, modify nodes, and control the editor in real time. Fennara runs entirely on the user's machine, ensuring privacy and low latency.
Key Features
- Live Godot Connection: AI agents can read the scene tree, node properties, and resource files directly from an open Godot editor instance.
- MCP Support: Compatible with any MCP-capable coding app, including Claude, Codex, Cursor, Gemini, and Antigravity.
- Local Runtime: All processing happens on the user’s machine; no cloud dependency for core functionality.
- Built-in Chat Dock: Optionally use the Fennara chat dock (requires an OpenRouter API key) for AI interaction within Godot.
- Cross-Platform: Works on Windows x86_64, Linux x86_64, and macOS arm64.
Use Cases
- AI-Assisted Level Design: Have an AI agent create, modify, and arrange nodes in your Godot scenes based on natural language instructions.
- Automated Debugging: Use AI to inspect scene structure, detect issues, and suggest fixes.
- Workflow Automation: Let AI perform repetitive tasks like setting up UI elements or configuring node properties.
- Prototyping with AI: Rapidly generate game mechanics by instructing an AI to wire up nodes and scripts.