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
Open the installer
The button above opens Cursor's MCP installer with Hatchable pre-filled. Cursor 1.0 or later is required.
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.
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.
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:
{
"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?
Do I need an API key?
Is it free?
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 →