Skip to content
Grok

snapmcp for Grok

io.github.reeinharddd/snapmcp

Visual capture MCP server: terminal colors, code, diffs, PDFs, GIFs. 13 tools, SSRF on by default.

client:Grok transport:stdio runtime:npm

Install snapmcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "snapmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "snapmcp"
      ],
      "env": {
        "SNAPMCP_DIR": "<SNAPMCP_DIR>",
        "SNAPMCP_THEME": "<SNAPMCP_THEME>",
        "SNAPMCP_FORMAT": "<SNAPMCP_FORMAT>",
        "SNAPMCP_QUALITY": "<SNAPMCP_QUALITY>",
        "SNAPMCP_SHADOW": "<SNAPMCP_SHADOW>",
        "SNAPMCP_ALLOWED_PATHS": "<SNAPMCP_ALLOWED_PATHS>",
        "SNAPMCP_SSRF_PROTECTION": "<SNAPMCP_SSRF_PROTECTION>",
        "SNAPMCP_CHROME_EXECUTABLE": "<SNAPMCP_CHROME_EXECUTABLE>",
        "SNAPMCP_CHROME_PROFILE": "<SNAPMCP_CHROME_PROFILE>"
      }
    }
  }
}

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

snapmcp in other clients