Skip to content
Grok

Agent Spreadsheet MCP for Grok

io.github.psu3d0/agent-spreadsheet

Agent-safe Excel workbook analysis, editing, recalc, and verification tools.

client:Grok transport:stdio runtime:oci

Install Agent Spreadsheet MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agent-spreadsheet": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/psu3d0/agent-spreadsheet:0.16.0-full"
      ]
    }
  }
}

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

Agent Spreadsheet MCP in other clients