excel-mcp-live
Related Servers
Alternatives to excel-mcp-live
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables adding, editing, and running VBA modules on running Excel instances in Windows.95 npm5MIT
- AlicenseNot gradedqualityCmaintenanceEnables reading and writing MS Excel files, including cell values, formulas, sheet creation, copying, formatting, and on Windows, live editing and screen captures.8,050 npmMIT
- AlicenseAqualityCmaintenanceEnables Excel automation via xlwings COM, supporting DRM-protected files and live Excel sessions with tools to read, write, format, run macros, and more.1139 PyPI1MIT
- AlicenseNot gradedqualityBmaintenanceProvides full read and write access to Excel workbooks (sheets, cell ranges, tables, formulas, formatting, and cross-workbook references) via MCP, running locally or as an HTTP/SSE service.20 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables reading and writing of values, formulas, and formatting in Microsoft Excel files including .xlsx and .xlsm formats. It supports sheet management, table creation, and provides Windows-exclusive features like live editing and screen capture.8,050 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to directly read and write VBA code in Excel workbooks via COM, eliminating manual export/import cycles.6MIT
TDQS
Scored across 57 tools
Each tool targets a distinct Excel object and action (e.g., get_range_values vs get_range_formulas, set_range_values vs set_cell_formula, merge_cells vs unmerge_cells). The operations are clearly separated across workbooks, worksheets, ranges, tables, charts, hyperlinks, validations, comments, and named ranges, with no ambiguous overlaps.
All tool names follow a consistent verb_noun snake_case pattern (e.g., list_workbooks, create_chart, delete_columns, read_named_range). Verbs are precise and predictable, and there is no mixing of conventions or vague verbs like 'process' or 'do_thing'.
With 57 tools, this server far exceeds any reasonable count for coherence. Even a comprehensive Excel MCP does not justify this many endpoints—many operations could be consolidated (e.g., unified validation or formatting tools). This extreme number creates cognitive load and increases the chance of misselection.
The tool surface covers the full lifecycle of Excel objects: workbooks (list, get info, save), worksheets (add, delete, rename, activate), ranges (values, formulas, clear, sort, insert/delete), tables (create, list, get info, append, get data, style, delete), charts (create, list, set type/title, add series, delete), hyperlinks, validation, comments, named ranges, conditional formatting, and formatting. There are no obvious dead ends for core Excel workflows.