Productivity
htmltablemaker.com
Manages Google Sheets connections, table previews, and file uploads for creating and sharing data tables.
ENDPOINT 1
https://htmltablemaker.com/mcp
MCP server metadata
- Name
- TableBuilder
- Version
- 1.0.0.0
Known tools 18
get_checkout_statusPoll checkout session status until payment completes and tier is applied.
Potential side effectsget_google_sheets_connectionCheck if the account owner has connected Google Sheets.
Inferred read-onlypreview_tableRender a table inside the conversation and return its shareable/embeddable links.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.