GodotLens runs on your own machine — the client starts it, so there is no endpoint to ping. 360 installs a week from npm. Last commit 27 Jul 2026.
Godot's own view of your GDScript project: navigation, diagnostics, engine API, scene checks
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add godotlens -- uvx godotlens-mcp
{
"mcpServers": {
"godotlens": {
"args": [
"godotlens-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.godotlens]
command = "uvx"
args = ["godotlens-mcp"]
{
"mcpServers": {
"godotlens": {
"args": [
"godotlens-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"godotlens": {
"args": [
"godotlens-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.