One command connects any MCP-compatible AI agent to Hypertab. Config and skill install together, no JSON editing.
Sign up to get your API key. New accounts land on the MCP page first, where the install command is generated with your real key pre-filled.
Your API key looks like:
ht_sk_a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6Two 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
RecommendedPaste one line in your terminal. Writes the config, downloads the skill file, tells you when to restart. Takes 30 seconds.
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 with your real key pre-filled, plus full step-by-step instructions and a troubleshooting accordion.
Manual
No installNo terminal, no downloads, no Node.js. Paste a small JSON blob into one file and restart. Takes 3 minutes.
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 MCP connections page shows your exact config path and the pre-filled JSON to paste.
Both flows live on the MCP connections page inside your account. Sign in, generate a key, pick a method, everything is pre-filled for you.
Sign in and connectYour AI agent now has access to 49 Hypertab tools plus the skill file. Just describe what you want in plain English:
"Create a table with 10 SaaS companies and research each one with AI"
Creates table → inserts rows → adds AI column with structured output → runs it
"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 with industry and employee count"
Imports CSV → adds AI column → runs → creates filtered tab for qualified leads
"Set up a webhook that enriches new leads automatically"
Creates table → webhook source → AI column with auto_run → outgoing webhook to Slack
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.
Questions? Check the full documentation or view the source on GitHub.