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).
Run
uvx excel-vision-mcp
MCP client config
{
"mcpServers": {
"excel-vision-mcp": {
"command": "uvx",
"args": [
"excel-vision-mcp"
]
}
}
}