GodotLens
Rank #18,461io.github.pzalutski-pixel/godotlens
An MCP server providing 15 semantic analysis tools for GDScript, powered by Godot's built-in Language Server.
GodotLens is a Model Context Protocol (MCP) server published by pzalutski-pixel. It ranks #18,461 of 76,851 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. GodotLens is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Apr 6, 2026 and most recently updated on Apr 15, 2026.
Ranks ahead of 58,390 of 76,851 servers on MCP Toplist.
Use GodotLens
Add GodotLens to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"godotlens": {
"command": "npx",
"args": [
"-y",
"godotlens-mcp"
],
"env": {
"GODOT_LSP_HOST": "<your GODOT_LSP_HOST>",
"GODOT_LSP_PORT": "<your GODOT_LSP_PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godotlens": {
"command": "uvx",
"args": [
"godotlens-mcp"
],
"env": {
"GODOT_LSP_HOST": "<your GODOT_LSP_HOST>",
"GODOT_LSP_PORT": "<your GODOT_LSP_PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (2 delisted)
pzalutski-pixel
Other servers by pzalutski-pixel
View all pzalutski-pixel servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.5 | Apr 15, 2026 |
| 1.0.4 | Apr 15, 2026 |
| 1.0.3 | Apr 8, 2026 |
Frequently asked questions
- Who maintains GodotLens?
- GodotLens is maintained by pzalutski-pixel, which publishes 4 MCP servers (13 total versions) tracked on MCP Toplist.
- Is GodotLens listed on the Official MCP Registry?
- Yes — GodotLens is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does GodotLens have?
- MCP Toplist tracks 3 versions of GodotLens, most recently published on Apr 15, 2026.
- Where can I find the source code for GodotLens?
- The source code for GodotLens is hosted at github.com/pzalutski-pixel/godotlens-mcp.