Excel Vision MCP
UnclaimedMCP server that lets AI agents SEE embedded images inside Excel files — full text + image extraction for .xlsx/.xlsm
Install
uvx excel-vision-mcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (12)
add_excel_sheet
Add a new empty sheet to an existing workbook.
create_excel_file
Create a new empty workbook with the sheets you name.
extract_images
Extract all embedded images from the workbook as base64 ImageContent.
format_excel_cells
Style a range: font, colors, borders, alignment, number formats. Only the attributes you pass are changed — existing styling is preserved.
get_workbook_overview
Quick structural summary of a workbook — file size, sheet list, dimensions, image count.
insert_excel_image
Insert a local image file into a workbook, anchored at a cell.
list_sheets
List all sheets with dimensions, merged cell counts, and image totals. Use this first to understand a workbook's structure.
read_excel_data
Read cell data from a specific sheet with pagination support.
search_excel
Case-insensitive text search across all cells in the workbook.
set_excel_column_widths
Set column widths manually and/or auto-fit to content.
update_excel_cells
Set individual cells by coordinate. Values starting with = are written as formulas.
write_excel_rows
Write a rectangular block of tabular data in one call.