Skip to content
Grok

xlsx for ai for Grok

io.github.senoff/xlsx-for-ai

50 spreadsheet tools for .xlsx: recalc formulas, repair broken refs, read/write, diff, audit.

client:Grok transport:stdio runtime:npm

Install xlsx for ai in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "xlsx-for-ai": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "xlsx-for-ai"
      ]
    }
  }
}

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

xlsx for ai in other clients