Paste this URL into your AI
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.
- Open claude.ai/customize/connectors and click the + next to Connectors.
- In the Add custom connector dialog, name it Hatchable, paste the URL above, and click Add.
- Claude redirects you to hatchable.com to approve — that creates your free account.
Works on Free (1 connector), Pro, Max, Team, and Enterprise. On Team/Enterprise, an owner adds it from Organization settings → Connectors instead.
- Open Antigravity → Settings → MCP Servers → Add server.
- Paste the URL above and save.
- Approve the browser popup on hatchable.com — that creates your free account.
Don't have Antigravity yet? Download from Google — free, no credit card.
Run this in your terminal — Claude Code signs you in via OAuth, no token needed:
claude mcp add --transport http hatchable https://hatchable.com/mcp
Don't have Claude Code yet? Install it here — runs in your terminal.
Codex reads the token from an env var, then points at Hatchable via ~/.codex/config.toml:
# 1. Export your token export HATCHABLE_API_KEY="hb_•••••••••••••••" # 2. Add to ~/.codex/config.toml [mcp_servers.hatchable] url = "https://hatchable.com/mcp" bearer_token_env_var = "HATCHABLE_API_KEY"
Restart Codex after editing the config.