Skip to content
Grok

mcp multi edit for Grok

io.github.eaisdevelopment/mcp-multi-edit

Atomic multi-file find-and-replace by Essential AI Solutions (essentialai.uk)

client:Grok transport:stdio runtime:npm

Install mcp multi edit in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-multi-edit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@essentialai/mcp-multi-edit"
      ]
    }
  }
}

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

mcp multi edit in other clients