A
licenseNot graded
qualityB
maintenanceA stateful MCP server for agent-based Excel workbook interaction, enabling safe reading, mutation, recalculation, verification, and automation of spreadsheets via deterministic JSON contracts.
55
Apache 2.0
No user-submitted related servers found.
Scored across 7 tools
Tools are mostly distinct, but read_cell and read_range overlap somewhat; descriptions help differentiate them. get_cell_display_value and read_cell both retrieve cell content, albeit different aspects.
All tool names follow a consistent verb_noun pattern in snake_case, making them predictable and easy to understand.
7 tools is appropriate for a WorkPaper server, covering essential operations without being overwhelming or insufficient.
The tool set covers basic read/write and validation, but lacks batch operations (e.g., write range), sheet management (add/delete), or formatting, leaving notable gaps for complex workflows.