TableMCP Logo

TableMCP


Format Markdown tables for terminal output, align columns and adapt them to the available width.
*) Prices marked incl. VAT apply to private customers within the EU. For customers outside the EU, or within the EU with a valid VAT ID, VAT is not charged.
One-time - Delphi 13.1 source code
22,61 €*(19,00 € without VAT)

TableMCP solves a small but very practical problem: AI agents often generate tables that are correct in content but hard to read visually.

The server formats Markdown tables so they become aligned, compact and easier to scan in terminal output.

This is useful for status reports, ticket lists, file comparisons and every other tabular output produced by agents.

Good fit for:
AI agents in the terminal, structured local workflows and clearly defined tool access.
Current version
As of today: 30.03.2026
Server version: 0.2.2
Build: 2026-03-20

Included MCP functions


  • get_version
    Returns the current server version.
  • get_terminal_width
    Detects the active terminal width for proper formatting.
  • format_table
    Formats Markdown tables with alignment and optional width adaptation.
  • restart_server
    Restarts the server for maintenance or updates.

Key functions


  • Formats Markdown tables with clean column alignment.
  • Supports alignment and optional width adaptation.
  • Improves the readability of agent-generated terminal output.