tablekit-mcp
Related Servers
Alternatives to tablekit-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceEnables LLMs to discover, read, and edit tables in HTML/Markdown documents by converting messy collapsed HTML into clean pipe format and writing back with version-checked, surgical cell, row, and column operations.111Apache 2.0
- AlicenseNot gradedqualityDmaintenanceBidirectional CSV ↔️ JSON ↔️ Markdown transformer exposed as an HTTP-based MCP server, enabling format conversion through natural language.36 npmMIT
- AlicenseNot gradedqualityBmaintenanceConverts CSV to JSON and JSON to CSV offline, supporting RFC 4180 with header detection and custom delimiters.14 npmMIT
- FlicenseNot gradedqualityBmaintenanceProvides multimodal OCR table grid and merged-cell reconstruction into Markdown, and integrates with MCP-compliant clients like Claude Desktop and Cursor.8-
- AlicenseAqualityDmaintenanceEnables an AI assistant to preview, query, aggregate, and convert CSV/TSV data safely with no API key.3MIT
- AlicenseNot gradedqualityBmaintenanceEnables interaction with table data in a Federated Wiki, supporting CSV, TSV, JSON, and markdown pipe tables, with CRUD operations via REST and MCP tools.3 npmMIT
TDQS
Scored across 4 tools
The four tools have largely distinct purposes: align for realignment, convert for format changes, transform for reshaping, and inspect for analysis. However, table_align is a subset of table_convert (always outputs markdown) which could cause confusion when deciding which tool to use. This minor overlap prevents a perfect score.
All tool names follow the consistent pattern 'table_<verb>' using snake_case: table_align, table_convert, table_transform, table_inspect. The verbs are clear and predictable, making the API easy to navigate.
With 4 tools, the server covers the core operations (convert, transform, inspect, align) without bloat. While slightly on the lean side, the scope is focused and each tool justifies its existence. A couple more tools (e.g., merge or split) might be expected but the current count is reasonable.
The toolkit provides solid coverage for tabular data manipulation: format conversion, structural transformation, inspection, and alignment. Missing operations like merging tables or creating from scratch are not critical for the stated purpose, but there are minor gaps (e.g., no direct row insertion/deletion) that agents can work around using transform operations.