Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Lentera Godot

FreeNot checked

Custom MCP server for automating Godot Engine 4.x, enabling direct scene manipulation, node inspection, GDScript injection, and runtime testing via a WebSocket

GitHubEmbed

About

Custom MCP server for automating Godot Engine 4.x, enabling direct scene manipulation, node inspection, GDScript injection, and runtime testing via a WebSocket bridge.

README

Custom Model Context Protocol (MCP) Server yang dirancang khusus untuk mengotomatisasi interaksi langsung, manipulasi scene, inspeksi node, injeksi GDScript, dan pengujian runtime pada Godot Engine 4.x untuk proyek Lentera Pudar.


Arsitektur Sistem

Server ini menghubungkan AI Agent ke Godot Editor secara real-time melalui WebSocket Bridge:

  • AI Agent / Antigravity <--> (Stdio / MCP Protocol) <--> Lentera Godot MCP Server (TypeScript)
  • Lentera Godot MCP Server <--> (WebSocket ws://127.0.0.1:8098) <--> Godot Editor Plugin (lentera_bridge)
  • Godot Editor Plugin <--> (Godot Engine API / ClassDB) <--> Godot 4 Editor Runtime

Fitur & Kategori Tool

Server ini menyediakan lebih dari 50 tools otomasi tingkat tinggi yang dibagi ke dalam beberapa modul:

Modul File Handler (src/tools/) Deskripsi Kemampuan
Scene & Node scene.ts,
ode.ts Membuat, membuka, menyimpan, menutup scene (.tscn), menambah node, reparenting, modifikasi properti, dan inspeksi hierarki.
Scripting script.ts Attach/detach script GDScript, eksekusi skrip dinamis via
un_gdscript, dan validasi sintaks GDScript.
Assets & Animation ssets.ts, nimation.ts Import spritesheet, inspeksi resource, pembuatan AnimationLibrary, manipulasi keyframe dan track animasi.
Visual & UI isual.ts, input.ts Manajemen tema, komponen UI, simulasi klik mouse, keyboard input, dan capture screenshot editor.
Physics & TileMap physics.ts, ilemap.ts Inspeksi collision matrix, manipulasi cell TileMap, dan query layer fisika 2D.
Project & Editor project.ts, editor.ts, utoload.ts Konfigurasi project.godot, autoload singletons (GameEvents.gd), dan kontrol eksekusi playtest (
un_project).

Cara Instalasi & Menjalankan

1. Build Server MCP

Pastikan Anda memiliki Node.js (v18+) terinstal: ash npm install npm run build

2. Pasang Plugin ke Proyek Godot

Salin folder godot-plugin/ ke dalam proyek Godot Anda di direktori ddons/lentera_bridge/: res://addons/lentera_bridge/ ├── plugin.cfg ├── plugin.gd └── bridge_client.gd Buka Project -> Project Settings -> Plugins di Godot dan aktifkan plugin Lentera Godot Bridge.

3. Konfigurasi di Antigravity IDE (mcp_config.json)

json { mcpServers: { lentera-godot: { command: node, args: [D:/GodotProjects/lentera-godot-mcp/build/index.js] } } }


Lisensi

Dibuat secara kustom untuk ekosistem game Lentera Pudar.

from github.com/adityaairlangga12/lentera-godot-mcp

Installing Lentera Godot

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/adityaairlangga12/lentera-godot-mcp

FAQ

Is Lentera Godot MCP free?

Yes, Lentera Godot MCP is free — one-click install via Unyly at no cost.

Does Lentera Godot need an API key?

No, Lentera Godot runs without API keys or environment variables.

Is Lentera Godot hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Lentera Godot in Claude Desktop, Claude Code or Cursor?

Open Lentera Godot on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Lentera Godot with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs