Skip to content
Grok

storeshots mcp for Grok

io.github.mtbun/storeshots-mcp

Render store-ready App Store and Google Play screenshots: device frames, headlines, exact sizes.

client:Grok transport:stdio runtime:npm

Install storeshots mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

storeshots mcp in other clients