Odel
excel vision mcp

excel vision mcp

Local
@voyager-inc18PythonMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIexcel-vision-mcpv1.2.1

Run

uvx excel-vision-mcp

MCP client config

{
  "mcpServers": {
    "excel-vision-mcp": {
      "command": "uvx",
      "args": [
        "excel-vision-mcp"
      ]
    }
  }
}