Skip to content
Grok

XLIDE for Grok

io.github.williamsmithedward/xlide-mcp

Read, write, analyze, test and diff the VBA, forms, Power Query and cells in Office files

client:Grok transport:stdio runtime:pypi

Install XLIDE in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "xlide-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "xlide-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

XLIDE in other clients