Skip to content
Cursor

truepane for Cursor

io.github.antonkarliner/truepane

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

client:Cursor transport:stdio runtime:npm

Install truepane in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

truepane in other clients