Skip to main content
Glama

# Lentera Godot MCP Server

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


Related MCP server: godot-devtool

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.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    An MCP server that enables AI assistants to directly run, inspect, modify, and debug Godot game development projects through 110+ tools covering scenes, scripts, resources, runtime debugging, and asset management.
    33
    21
    2
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    A TypeScript MCP server bridging MCP clients to Godot 4 editor, enabling scene, node, script editing and more via WebSocket.
    180
    MIT

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

  • MCP server for understanding Javascript internals from ECMAScript specification.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/adityaairlangga12/lentera-godot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server