Skip to content
Grok

edititall mcp for Grok

io.github.subcue/edititall-mcp

Drive EditItAll's local in-browser editors: PDF, sheet, photo, vector, Word, slides.

client:Grok transport:stdio runtime:npm

Install edititall mcp 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": {
    "edititall-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@edititall/mcp"
      ],
      "env": {
        "EDITITALL_URL": "<EDITITALL_URL>",
        "CHROME_PATH": "<CHROME_PATH>"
      }
    }
  }
}

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

edititall mcp in other clients