logisheets-mcp
Related Servers
Alternatives to logisheets-mcp
- AlicenseAqualityCmaintenanceEnables AI agents to directly create, read, edit, and save Excel (.xlsx) spreadsheets using natural language through the Model Context Protocol, supporting cells, sheets, formatting, and formulas without writing Python code.215MIT
- FlicenseAqualityDmaintenanceGenerates formatted Excel (.xlsx) files from user requests and deposits them into Cleyrop project data.4-
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
- 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
- AlicenseAqualityAmaintenanceEnables AI agents to perform comprehensive Excel workbook operations with verified, freshness-labeled values and structural edits that preserve formulas, tables, and references, optionally using a private Excel instance for real recalculation and export.40AGPL 3.0
- FlicenseBqualityDmaintenanceEnables AI assistants to read, write, format, and analyze Excel files with 34 tools, including real-time editing on macOS with Microsoft Excel.3417-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to create, read, write, and manipulate Excel files (.xlsx, .xlsm) without requiring Microsoft Excel, including support for charts, pivot tables, data import/export, and professional formatting across Windows, macOS, and Linux.68 npm33MIT
TDQS
Scored across 26 tools
Each tool has a clearly distinct purpose: block operations, sheet operations, workbook operations, analysis tools, chart tools, and metadata. Even similar-sounding tools like set_cells vs set_block_cells are explicitly differentiated by whether they address blocks or raw cells, and chart_from_block vs chart_insert are distinguished by block-field vs range-based references. No two tools overlap in function.
Tool names follow a consistent verb_noun pattern with clear prefixes: block_* for block operations, chart_* for charts, and descriptive verbs for others (create_sheet, get_cells, open_workbook). All names use snake_case with verbs first, making them predictable and easy to parse. The only slight deviation is eval_formula, but it still fits the verb_noun pattern.
26 tools is slightly above the 16-25 range typically considered heavy, but the domain is a full spreadsheet application covering workbook lifecycle, block management, cell operations, formula evaluation, dependency analysis, goal seeking, validation, preview, charts, and import/export. Each tool earns its place given the breadth of functionality, so the count is justified despite being on the higher end.
The surface covers the full lifecycle of blocks (create, convert, add/delete/move rows, set cells, describe, set description), sheets (create, get/set cells), charts (insert/list/update/delete), workbook open/save/export, and advanced analysis (trace, goal seek, preview, validation). Minor gaps exist: there is no delete_sheet or delete_block tool, and block renaming is not directly supported, but these can be worked around by clearing content or recreating. Overall, the core workflows are well-covered.