mcpbeat Sign in

GodotLens MCP Server

local only

GodotLens runs on your own machine — the client starts it, so there is no endpoint to ping. 108 installs a week from pypi. Last commit 27 Jul 2026.

Godot's own view of your GDScript project: navigation, diagnostics, engine API, scene checks

Installs per day peak 276 · avg 21 · +393% w/w
a month agotoday
108
Installs / week
npm · godotlens-mcp
8
Stars
0 open issues
27 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

      const output = execSync(`${cmd} --version`, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add godotlens -- npx -y godotlens-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "godotlens": {
      "args": [
        "-y",
        "godotlens-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.godotlens]
command = "npx"
args = ["-y", "godotlens-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "godotlens": {
      "args": [
        "-y",
        "godotlens-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "godotlens": {
      "args": [
        "-y",
        "godotlens-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GODOT_LSP_HOST (Godot language server host), GODOT_LSP_PORT (Godot language server port (the VS Code extension uses 6008)), GODOT_DAP_HOST (Godot debug adapter host), GODOT_DAP_PORT (Godot debug adapter port, used by the debug_* tools), GODOT_BIN (Godot executable, required by scene_* and project_config), GODOT_PROJECT_ROOT (Project root; auto-detected by walking up for project.godot), GODOT_LSP_TIMEOUT (Seconds to wait for a single LSP response), GODOT_DIAGNOSTICS_TIMEOUT (Seconds to wait for diagnostics after a sync), GODOT_VERSION (Override Godot capability detection), GODOT_FIND_FILE_LIMIT (Max files gdscript_find inspects across the project). The author declared them in the registry entry; get the values from the project itself.

Alternatives to GodotLens

same job, measured the same way
C
Godai
by snopekgames

Automate the Godot Engine editor: edit scenes and scripts, run projects, manage engine versions

89 installs/wk local only
Nim Language Server
by nim-lang

MCP server providing symbol navigation, diagnostics, and type resolution for Nim projects

local only
Vixdeo — Tu Productor IA
by vixdeo

AI video producer: directs your idea or script into a finished, fact-checked video. MCP-native.

answering
Citation Tracker
by pixelcove

Checks whether AI search engines cite your target domains for a prompt. $0.75/call via MCP.

7 tools answering
Google Apps Script MCP
by a1-x-tech

MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.

45 installs/wk local only
Codex Imagem
by mcp-dir

Generate images with your own ChatGPT subscription (Plus, Pro or Team), without spending API credits

8 tools answering
Planomy Planner
by demorphed6-lgtm

Retirement planning on your own machine: projections, Monte Carlo, scenarios, budgets, plan edits.

local only
HasData YouTube
by hasdata

Search YouTube and read video, channel and transcript data as JSON. No Google Cloud project.

277 installs/wk answering

GodotLens — questions

Answers built from our own checks of this server.

Why is there no uptime for GodotLens?
GodotLens runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package godotlens-mcp was installed 108 times last week.
How do I connect GodotLens?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls godotlens-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use GodotLens?
The npm package godotlens-mcp was installed 108 times in the last week. Week over week that is +393%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is GodotLens open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.