Skip to content
VS Code

excel vision mcp for VS Code

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

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

client:VS Code transport:stdio runtime:pypi

Install excel vision mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "excel-vision-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "excel-vision-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

excel vision mcp in other clients