mcpbeat Sign in

Truepane MCP Server

by antonkarliner Your server? Claim it
local only

Truepane runs on your own machine — the client starts it, so there is no endpoint to ping. 89 installs a week from npm. Last commit 22 Aug 2026.

Local MCP server generating complete App Store & Google Play screenshot sets.

Installs per day peak 625 · avg 59 · -85% w/w
a month agotoday
89
Installs / week
npm · truepane-mcp
3
Stars
1 open issues
22 Aug 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
TypeScript

What the code does

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

Builds a file path from a variable server/mcp/smoke.ts:451
        const p = path.join(i18nDir, folder, f);
Page loads a third-party script index.html:24
<script defer src="https://cloud.umami.is/script.js" data-website-id="01dc87a7-1935-4ace-a572-9ce47eb5bc37"></script>

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

Alternatives to Truepane

same job, measured the same way
Shotlingo
by shotlingo

Localize and render App Store and Google Play screenshots from Claude. 41 languages.

answering
C
Appscreenshotstudio
by appscreenshotstudio

Generate App Store and Play Store screenshots from your coding agent, at exact store sizes.

366 installs/wk local only
Screenies
by screenies

Generate designed, localized App Store screenshot sets from your raw app captures.

answering
Appstore Screenshots
by remoas

Generate professional App Store screenshots by matching any top app's style.

37 installs/wk local only
Shipshots
by gurkang

Create App Store and Play Store screenshots with AI via MCP

69 installs/wk local only
Apple TV MCP
by trevor-nichols

Local MCP server for semantic Apple TV control with optional screenshots.

local only
I
RaroCUA
by mectrojohnny

Local macOS Computer Use MCP server with screenshots, AX trees, and app actions.

17 installs/wk local only
GrabzIt
by grabzit

Official GrabzIt MCP server for AI web scraping, screenshots, and PDF/DOCX generation.

40 installs/wk local only

Truepane — questions

Answers built from our own checks of this server.

Why is there no uptime for Truepane?
Truepane 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 truepane-mcp was installed 89 times last week.
How do I connect Truepane?
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 truepane-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Truepane?
The npm package truepane-mcp was installed 89 times in the last week. Week over week that is -85%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Truepane open source?
Yes — it is published under the AGPL-3.0 licence, written in TypeScript, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.