A Claude Code plugin that gives Claude GDScript language intelligence by connecting to Godot's built-in LSP server.
Godot already ships a full GDScript language server, but it just speaks TCP (default localhost:6005). Claude Code's LSP support expects a stdio subprocess. This plugin bridges the two with a thin nc (netcat) shim. No build step. No runtime dependencies beyond a netcat binary.
Find me a problem that netcat can't solve.
claude plugin marketplace add threadwaste/claude-code-godot-ls
claude plugin install godot-lsp@threadwaste-godot-tools
PATH — the bridge auto-detects nc, netcat, or ncat (in that order)Two environment variables control the bridge connection:
| Variable | Default | Description |
|---|---|---|
GODOT_LSP_HOST | localhost | Host where Godot's LSP is listening |
GODOT_LSP_PORT | 6005 | Port where Godot's LSP is listening |
Override them if Godot is running on a non-default address:
GODOT_LSP_PORT=6010 claude
MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub threadwaste/claude-code-godot-lsp --plugin godot-lspClaude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Comprehensive Godot Engine integration — 17 tools for game development
Claude Code skills and an IDE-style Agent for Godot Engine development through the godot-devtool MCP server.
Comprehensive Godot game development plugin for Claude Code featuring project setup, scene/UI templates, debugging tools, performance optimization, and interactive planning agents. Supports 2D/3D game development with rapid iteration workflows.
Agentic skills framework for Godot 4.x game development — 51 domain-specific skills for GDScript and C#
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.