Excel MCP Server
Related Servers
Alternatives to Excel MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to create, read, and modify Excel workbooks without requiring Microsoft Excel, supporting operations like formulas, charts, pivot tables, formatting, and data validation.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to create, read, and manipulate Excel files without requiring Microsoft Excel installation. Supports comprehensive spreadsheet operations including formulas, formatting, charts, pivot tables, and data validation.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to create, read, and manipulate Excel workbooks without Microsoft Excel installed, supporting formulas, formatting, charts, pivot tables, and data validation operations.MIT
- AlicenseNot gradedqualityBmaintenanceEnables LLMs to load tabular data from CSV/Excel/JSON, clean and analyze it, generate charts, and write a report with conclusions.MIT
- AlicenseAqualityAmaintenance50 tools and 400 functions for working with Excel/.xlsx spreadsheets — read/write, recalculate formulas, diff, repair broken references, and audit. Built for AI agents.50291 npm6MIT
- AlicenseNot gradedqualityDmaintenanceEnables manipulation of Excel files including creating, reading, writing data, formatting, charts, pivot tables, and worksheet management via natural language.8 npmMIT
TDQS
Scored across 69 tools
Many tools have distinct purposes, but there is notable overlap between related operations (e.g., copy_range vs. worksheet_transfer, vlookup_helper vs. merge_datasets, find_duplicates vs. deduplicate_data). Additionally, several tools use an 'action' parameter to bundle multiple sub-operations, which increases ambiguity and the chance of misselection despite clear descriptions.
All names are snake_case and mostly readable, but conventions vary between verb-first (create_workbook, read_cells) and noun-first (column_statistics, data_cleaner). Some names are acronym-heavy or irregular (csv_ops, vlookup_helper, dcf_analysis), and a few are compound verbs (find_replace) or noun phrases (worksheet_structure). The lack of a clear consistent pattern makes naming moderately inconsistent.
With 69 tools, the server offers an extensive surface area. Even for a rich domain like Excel, this exceeds the 'well-scoped' range by a large margin and may overwhelm agents. The complexity is not inherently bad, but it is significantly above the recommended 3-15 tools, making it heavy to navigate and maintain.
The tool set is remarkably comprehensive, covering workbook lifecycle, cell operations, formatting, formulas, charts, worksheet management, data manipulation, statistical analysis, financial calculations, file import/export, and file lifecycle (upload/download/release). It provides a full range of operations from basic read/write to advanced analytics, with no major gaps evident for typical Excel tasks.