Cursor

How to Connect Hatchable to Cursor

Add the MCP server in one click and Cursor can build a full app and put it live at its own URL. Free, no token to manage.

What happens next

Step 1

Open the installer

The button above opens Cursor's MCP installer with Hatchable pre-filled. Cursor 1.0 or later is required.

Step 2

Approve OAuth

On first connect, Cursor pops a browser tab for OAuth. Approve it on hatchable.com and your free account is created. No token to copy.

Step 3

Tell Cursor to build

Ask Cursor to build and deploy something, like "Build a link-in-bio page and host it." You get a live URL back.

MCP URL for the one-click installer, or paste it into ~/.cursor/mcp.json
https://hatchable.com/mcp

Manual setup for older Cursor versions

If you are on a version before 1.0 (which cannot do OAuth over Streamable HTTP), add it by hand. Paste this into ~/.cursor/mcp.json with a token from your API keys page:

~/.cursor/mcp.json
{
  "mcpServers": {
    "hatchable": {
      "url": "https://hatchable.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_HATCHABLE_TOKEN"
      }
    }
  }
}

For a single repo, put the same JSON in .cursor/mcp.json at the project root instead.

What you get on the free tier

  • A live URL at your-app.hatchable.site, hosted for you.
  • A real database, file storage, scheduled jobs, and email.
  • No deploy config or servers. Cursor builds it, Hatchable runs it.

Frequently asked

Which Cursor version do I need?
Cursor 1.0 or later for the one-click OAuth flow. Older versions can still connect with the manual JSON setup above.
Do I need an API key?
Not for the one-click installer, which uses OAuth. A key is only needed for the manual config on older versions.
Is it free?
Yes. The free tier includes live hosting, a database, and a real URL with no credit card.

Ready to ship?

Add the MCP server in one click and Cursor can build a full app and put it live at its own URL. Free, no token to manage.

Add Hatchable to Cursor