Excel MCP Server (FsOpenXmlDsl)
OfficialRelated Servers
Alternatives to Excel MCP Server (FsOpenXmlDsl)
No user-submitted related servers found.
Related Servers
- 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
- 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.50659 npm6MIT
- 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 workbooks without Microsoft Excel installed, supporting formulas, formatting, charts, pivot tables, and data validation operations.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI clients to directly read and write Excel files, including reading structure, writing formulas and data, and diagnosing errors.MIT
- AlicenseCqualityAmaintenanceLocal-first Excel MCP server for AI agents enabling structured reads, workbook introspection, and safer .xlsx mutation without Microsoft Excel or LibreOffice.7823 PyPI2MIT
TDQS
Scored across 10 tools
The set has clear separation between JSON/XML representations)Skip, but read_workbook and generate_json both read a workbook into JSON, and create_workbook and create_workbook_from_json both create workbooks, which can cause misselection. The descriptions help by highlighting feature coverage differences, but the boundaries require careful reading.
Tool names consistently use snake_case with a verb prefix (create_, generate_, read_), and the pattern is generally predictable. Minor deviations exist: create_workbook lacks a from_* suffix unlike its counterparts, and read_workbook doesn't follow the generate_* naming used by the other extraction tools.
Ten tools is a well-scoped size for an Excel conversion server, with each representation (simple JSON, full JSON, XML, F#, C#) getting appropriate creation, generation, and schema support. No tool feels redundant to the point of bloat, and the count supports the multi-format purpose.
The server covers creation and reading well across multiple representations, including schemas and code script generation. However, there is no update or delete tool for existing workbooks, and read_workbook omits styling/tables/charts while generate_json includes them, leaving an inconsistent high-level read surface.