Truepane MCP Server

Truepane is a free, open-source screenshot-set builder for the App Store and Google Play. Compose and localize a complete release visually in the browser, or hand the same project to an AI agent through the bundled MCP server. Try it at truepane.dev.

People who work with appstore, appstoreconnect and googleplay and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 3 · #24 OF 52 MAINTAINED E-COMMERCE · VERIFIED 2026-09-18

AGPL-3.0 · TypeScript servers · how we verify → /methodology

01 · Install Truepane

before you install - you'll need

Set VITE_ENABLE_AI, VITE_PUBLIC_SITE_URL, VITE_BG_PROMPT_URL, VITE_SUPABASE_ANON_KEY, VITE_TRANSLATE_URL before connecting.

Claude Code

claude mcp add antonkarliner-truepane -- npx -y truepane-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "antonkarliner-truepane": {
      "command": "npx",
      "args": [
        "-y",
        "truepane-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license AGPL-3.0 - declared in the repository

npm package truepane-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.antonkarliner is GitHub-verified and matches the repo owner

03 · Who maintains Truepane

truepane is maintained by antonkarliner. It's the only MCP server we track from this author; the repo dates to May 2026.

04 · Facts

category
e-commerce - ranked #24 of 52 actively-maintained e-commerce servers as of 2026-09-18.
registry
io.github.antonkarliner/truepane (active, first published 2026-07-23 · 3 versions)
packages
npm:truepane-mcp

05 · Truepane FAQ

What is Truepane?

Truepane is a free, open-source screenshot-set builder for the App Store and Google Play. Compose and localize a complete release visually in the browser, or hand the same project to an AI agent through the bundled MCP server. Try it at truepane.dev.

Is Truepane still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-21. We re-verify nightly.

How do I install Truepane?

Run `npx -y truepane-mcp`. The README documents 5 environment variables (VITE_ENABLE_AI, VITE_PUBLIC_SITE_URL, VITE_BG_PROMPT_URL…) to set first. Set VITE_ENABLE_AI, VITE_PUBLIC_SITE_URL, VITE_BG_PROMPT_URL, VITE_SUPABASE_ANON_KEY, VITE_TRANSLATE_URL before connecting. You can also paste the ready-made client config above.

Does Truepane run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Truepane

More e-commerce MCP servers · 2Captcha MCP · Model Ledger · Catalog CLI Pro · Canopy API

More TypeScript MCP servers · Rftools · Sitecore Server · Server Chart · Sipcode · Style Kit · see all