Get Started with Hypertab

Create your account in the browser, then connect MCP with a command that keeps your API key out of chat and shell history.

1

Create your account

Sign up in the browser. Hypertab creates your workspace and opens Home; you do not paste an API key into the registration form.

2

Connect your AI agent

Two ways to connect. Pick the one that matches you. Both work with Claude Code, Claude Desktop, Cursor, Windsurf, Antigravity, VS Code, and Claude Cowork.

One command

Recommended

Copy the secret-free install command from Hypertab and run it in your terminal. Enter the connection key only when the installer opens its hidden terminal prompt.

Requires Node.js 18+. Free install from nodejs.org (pick LTS) if you don't have it.

The MCP connections page shows the exact command. The API key is never placed in the command arguments or shell history.

Manual

No install

If your MCP client is not supported by the installer, copy its config from the MCP page and restart the client.

Tradeoff: the Hypertab skill file (tool usage guide) is not auto-installed. Tools still work, your agent just has less context on when to use them.

The manual config contains an authorization header. Treat the file as a secret and never paste it into chat.

Both flows live on the MCP connections page inside your account. Generate a connection key, copy the secret-free command, then enter the key only in the hidden terminal prompt.

Create account and connect
3

Tell your AI agent what to do

Your AI agent now has access to 86 Hypertab tools plus the skill file. Just describe what you want in plain English:

"Create a table with 10 SaaS companies and a formula that marks complete profiles"

Creates table → inserts rows → adds and runs a formula field

"Build me a content pipeline from these keywords"

Creates table → inserts keywords → adds blog title + SEO metadata columns

"Take this CSV and enrich every company through my saved data API account"

Imports CSV → adds an HTTP field → runs → creates a filtered tab

"Set up a webhook that enriches new leads automatically"

Creates table → webhook source → HTTP field with auto_run → outgoing webhook

Using ChatGPT or another non-MCP agent?

Hypertab exposes a full REST API alongside MCP. For agents without MCP support, download the skill file from hypertab.ai/skill.md and paste it into your custom instructions or knowledge base. The skill includes REST examples for every tool.