Skip to main content
Glama

Related Servers

Alternatives to excel-mcp-live

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      Provides 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 npm
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables 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 npm
      MIT

    TDQS

    A3.8/5.0

    Scored across 57 tools

    Disambiguation5/5

    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.

    Naming Consistency5/5

    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'.

    Tool Count1/5

    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.

    Completeness5/5

    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.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues