SERVER

GodotLens

Rank #18,461

io.github.pzalutski-pixel/godotlens

An MCP server providing 15 semantic analysis tools for GDScript, powered by Godot's built-in Language Server.

First listed
Apr 6, 2026
Last publish date
Apr 15, 2026
OVERVIEW

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.

STANDING
#18,461of 76,851 tracked serversTop 25%

Ranks ahead of 58,390 of 76,851 servers on MCP Toplist.

CONNECT

Use GodotLens

Add GodotLens to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

npm package
{
  "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.

Python package (PyPI)
{
  "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.

REGISTRIES

Listed on 1 registry (2 delisted)

PulseMCPDelisted · last seen Jun 4, 2026
GlamaDelisted · last seen Jun 4, 2026
ORGANIZATION

pzalutski-pixel

Organization
Servers in org
4
Versions across org
13
MORE FROM THIS PUBLISHER

Other servers by pzalutski-pixel

View all pzalutski-pixel servers →
VERSIONS

Available versions (3)

1.0.3 · Apr 8, 20261.0.4 · Apr 15, 20261.0.5 · Apr 15, 2026Apr 8, 2026Apr 15, 2026
VersionPublished
1.0.5Apr 15, 2026
1.0.4Apr 15, 2026
1.0.3Apr 8, 2026
FAQ

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.
EXPLORE