Skip to content
Grok

slimsnap for Grok

io.github.bickov/slimsnap

Your recent screen captures as structured JSON your AI agent can read. Local only, no network.

client:Grok transport:stdio runtime:npm

Install slimsnap in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "slimsnap": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@slimsnap/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

slimsnap in other clients