Add this URL in your AI's connectors
https://hatchable.com/mcp
- Open chatgpt.com/apps#settings/Connectors/Advanced, toggle on Developer Mode, and click Create app.
- Name it Hatchable, paste the URL above under MCP Server URL, keep OAuth authentication, tick the consent box, then click Create.
- ChatGPT redirects you to hatchable.com to approve — that creates your free account.
Custom apps require Developer Mode, available on Plus, Pro, Business, Enterprise, and Edu plans.
Opens Claude's connectors page with the URL pre-filled. Click Add, approve on hatchable.com, done.
Sets up Claude AND Claude Code at the same time — they share the same connectors list. Works on Free (1 connector), Pro, Max, Team, and Enterprise. On Team/Enterprise, an owner adds it from Organization settings → Connectors instead.
Opens Cursor's MCP installer. On first connect, Cursor pops a browser tab for OAuth — approve on hatchable.com and you're in. No token to manage.
Cursor 1.0+ required (older versions don't speak OAuth over Streamable HTTP). Don't have Cursor yet? Install it here.
Or set it up manually (older Cursor versions)
Paste this into ~/.cursor/mcp.json with your Hatchable token:
{
"mcpServers": {
"hatchable": {
"url": "https://hatchable.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_HATCHABLE_TOKEN"
}
}
}
}
Grab your token from your API keys page — takes 10 seconds.
Opens Claude's connectors page with the URL pre-filled. Click Add, approve on hatchable.com, done — Claude Code reads from the same connectors list, so one click covers both.
Don't have Claude Code yet? Install it here.
- Open Codex → Settings → MCP servers → + Add server.
- Name it Hatchable, pick Streamable HTTP, paste the URL above, and click Save.
- Click Authenticate on the new row and approve the browser popup on hatchable.com — that creates your free account.
Don't have Codex yet? Download it here.
- Open the Command Palette (Cmd/Ctrl + Shift + P).
- Type and select Antigravity: Manage MCP Servers, then click View raw config.
- Paste the snippet below and save.
- Reopen Manage MCP Servers, click Authenticate on the hatchable row, and approve the browser popup on hatchable.com — that creates your free account.
{
"mcpServers": {
"hatchable": {
"serverUrl": "https://hatchable.com/mcp"
}
}
}
Don't have Antigravity yet? Download from Google — free, no credit card.