← Registry

Productivity

htmltablemaker.com

Manages Google Sheets connections, table previews, and file uploads for creating and sharing data tables.

1 endpoint18 known toolsFirst detected August 30, 2026Last detected August 30, 2026

ENDPOINT 1

https://htmltablemaker.com/mcp

No auth detected

MCP server metadata

Name
TableBuilder
Version
1.0.0.0
Capabilities
loggingresourcestoolsextensions.io.modelcontextprotocol/ui

Known tools 18

disconnect_google_sheet

Disconnect a table from its Google Sheet source.

Inferred read-only
get_checkout_status

Poll checkout session status until payment completes and tier is applied.

Potential side effects
get_google_sheets_connection

Check if the account owner has connected Google Sheets.

Inferred read-only
preview_table

Render a table inside the conversation and return its shareable/embeddable links.

Inferred read-only
create_table_from_file

Create a table from an Excel file (.xlsx or .xls).

Potential side effects
update_table_options

Update table name and display options via JSON body.

Potential side effects
create_table_from_google_sheet

Create a table from a Google Sheet.

Potential side effects
list_tables

List all tables owned by the authenticated user.

Inferred read-only
query_table

Query a table with filters, sorts, and paging.

Inferred read-only
register_account

Register a new HTML Table Maker account and receive an API key.

Inferred read-only
get_account

Get account tier, subscription status, and usage limits.

Inferred read-only
delete_table

Permanently delete a table.

Potential side effects
link_table_to_google_sheet

Link an existing table to a Google Sheet.

Inferred read-only
sync_google_sheet_now

Force an immediate sync from the linked Google Sheet.

Inferred read-only
update_table_data

Replace table data by re-importing an Excel file.

Inferred read-only
create_checkout_session

Start a Stripe checkout session for a paid tier.

Inferred read-only
get_embed_code

Get embed URL, share URL, and iframe HTML for a table.

Inferred read-only
get_google_sheet_sync_status

Get Google Sheet sync status for a table.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.tablebuilder]
url = "https://htmltablemaker.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tablebuilder": {
      "type": "http",
      "url": "https://htmltablemaker.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tablebuilder
Remote MCP URL: https://htmltablemaker.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tablebuilder": {
      "url": "https://htmltablemaker.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tablebuilder": {
      "type": "http",
      "url": "https://htmltablemaker.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tablebuilder",
  "transport": "streamable-http",
  "url": "https://htmltablemaker.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.