mcpbeat Sign in

letin: Power Query (M) MCP Server

local only

letin: Power Query (M) runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Inspect, refactor, lint, run and version Power Query (M) in Excel workbooks and Power BI projects.

Installs / week
pypi · letin
0
Stars
0 open issues
22 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 46 min 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.

            proc = subprocess.run([str(powershell), "-NoProfile", "-NonInteractive", "-EncodedCommand", encoded], stdin=subprocess.DEVNULL,

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 letin -- uvx letin
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "letin": {
      "args": [
        "letin"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.letin]
command = "uvx"
args = ["letin"]
.cursor/mcp.json
{
  "mcpServers": {
    "letin": {
      "args": [
        "letin"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "letin": {
      "args": [
        "letin"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: LETIN_HOME (Folder for query snapshots. Defaults to %LOCALAPPDATA%\letin.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to letin: Power Query (M)

same job, measured the same way
Zapier Dev MCP
by arose26

For Zapier integration developers: inspect, lint, and validate zapier-platform-cli projects.

33 installs/wk local only
I
logbook-mcp
by abduljabbarbxr

Project memory across sessions for AI agents. A queryable decision log in the repo.

611 installs/wk local only
Powerbi Pbix MCP
by cyphonica

Local Power BI authoring for AI agents: edit .pbix, semantic model, report, and Power Query.

22 installs/wk local only
Neurarch MCP
by neurarch-ai

Reads a PyTorch .py, a Neurarch graph, or a HF repo; agents inspect, lint, verify and rank designs.

55 installs/wk local only
LifeStep Workbook, Email, QR and DNS Tools
by lifestep

Inspect XLSX/XLSM workbooks, validate email, generate SVG QR codes, and look up domain DNS and TLS.

4 tools answering
Qlane
by qlane

AI QA that runs your app in a browser on every pull request: projects, test targets, test cases.

answering
Nexus
by addozhang

Query Sonatype Nexus Repository (OSS/Pro) for Maven, Python, and Docker artifacts

74 installs/wk local only
I
RTL Lint MCP
by jaspresi

Lint Verilog and SystemVerilog files and projects with structured diagnostics.

56 installs/wk local only

letin: Power Query (M) — questions

Answers built from our own checks of this server.

Why is there no uptime for letin: Power Query (M)?
letin: Power Query (M) 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 pypi package letin.
How do I connect letin: Power Query (M)?
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 letin straight from pypi; nothing to host, nothing to sign up for.
Is letin: Power Query (M) open source?
Yes — it is published under the MIT licence, written in Python and 0 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.