Skip to content
Grok

excel vision mcp for Grok

io.github.voyager-inc/excel-vision-mcp

Excel MCP with image extraction and write support — AI agents see and edit xlsx files

client:Grok transport:stdio runtime:pypi

Install excel vision mcp in Grok

.mcp.json (in your project root)

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

excel vision mcp in other clients