GodotLens
Rank #9040glama/pzalutski-pixel/godotlens-mcp
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 #9040 of 58,900 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. GodotLens is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Apr 6, 2026 and most recently updated on Apr 15, 2026.
Ranks ahead of 49,860 of 58,900 servers on MCP Toplist.
Use GodotLens
Add GodotLens to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"godotlens-mcp": {
"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-mcp": {
"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 2 registries (1 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
- What is GodotLens?
- An MCP server providing 15 semantic analysis tools for GDScript, powered by Godot's built-in Language Server.
- Who maintains GodotLens?
- GodotLens is maintained by pzalutski-pixel, which publishes 3 MCP servers (11 total versions) tracked on MCP Toplist.
- Is GodotLens an official MCP server?
- Yes — GodotLens is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- 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.