← htmltablemaker.com
INDIVIDUAL MCP TOOL
update_table_options
Update table name and display options via JSON body.
LIVE ENDPOINT
https://htmltablemaker.com/mcp
Connect to this endpoint to inspect the live schema for update_table_options and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.
Related tools
disconnect_google_sheet— Disconnect a table from its Google Sheet source.get_checkout_status— Poll checkout session status until payment completes and tier is applied.get_google_sheets_connection— Check if the account owner has connected Google Sheets.preview_table— Render a table inside the conversation and return its shareable/embeddable links.create_table_from_file— Create a table from an Excel file (.xlsx or .xls).create_table_from_google_sheet— Create a table from a Google Sheet.list_tables— List all tables owned by the authenticated user.query_table— Query a table with filters, sorts, and paging.