Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Woobox/hatchable-mcp MCP server](https://glama.ai/mcp/servers/Woobox/hatchable-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Woobox/hatchable-mcp) πŸŽ–οΈ ☁️ - Build and host full-stack web apps and sites on Hatchable from any MCP client.

README.md

Hatchable MCP

![MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=hatchable) ![License: MIT](./LICENSE)

Build and host full-stack web apps and sites on Hatchable from any MCP client. Every project gets its own Postgres database, auth, storage, domains, and cron β€” plus a live URL in seconds. Free tier, no credits.

| | | |---|---| | Endpoint | https://hatchable.com/mcp | | Transport | Streamable HTTP (MCP 2025-03-26) | | Authentication | OAuth 2.1 with PKCE and Dynamic Client Registration (RFC 7591). Bearer fallback. | | Registry | com.hatchable/hatchable | | Homepage | hatchable.com | | Docs | hatchable.com/docs |

This repo is a thin connector β€” Hatchable's code runs on our infrastructure, not yours. There's nothing to install locally. You configure the endpoint in your MCP client and sign in with OAuth (or a bearer token).

Setup by client

Claude Code (terminal)

One command, OAuth handles the rest:

claude mcp add --transport http hatchable https://hatchable.com/mcp

Don't have Claude Code? Install it here.

Claude.ai (web)

  1. Open claude.ai/customize/connectors and click the + next to Connectors.
  2. In the Add custom connector dialog, name it Hatchable, paste https://hatchable.com/mcp, and click Add.
  3. 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.

ChatGPT

  1. Open chatgpt.com/apps#settings/Connectors/Advanced, toggle on Developer Mode, and click Create app.
  2. Name it Hatchable, paste https://hatchable.com/mcp under MCP Server URL, keep OAuth, tick the consent box, and click Create.
  3. ChatGPT redirects you to hatchable.com to approve β€” that creates your free account.

Requires a Plus, Pro, Business, Enterprise, or Edu plan (Developer Mode prerequisite).

Codex

  1. Open Codex β†’ Settings β†’ MCP servers β†’ + Add server.
  2. Name it Hatchable, pick Streamable HTTP, paste https://hatchable.com/mcp, and Save.
  3. Click Authenticate on the new row and approve the popup on hatchable.com β€” that creates your free account.

Don't have Codex? Download it here.

Cursor

Paste into ~/.cursor/mcp.json:

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

Grab your token from hatchable.com/console/settings?tab=api-keys after signing up (10 seconds, no credit card).

Google Antigravity

  1. Open the Command Palette (Cmd/Ctrl + Shift + P).
  2. Select Antigravity: Manage MCP Servers, then click View raw config.
  3. Paste and save:
   {
     "mcpServers": {
       "hatchable": {
         "serverUrl": "https://hatchable.com/mcp"
       }
     }
   }
  1. Reopen Manage MCP Servers, click Authenticate on the hatchable row, and approve on hatchable.com.

Don't have Antigravity? Download from Google β€” free, no credit card.

Other MCP clients

Any client that supports Streamable HTTP + OAuth will work. Configure https://hatchable.com/mcp as the endpoint and let the client handle the OAuth dance. Clients that only support bearer tokens should send Authorization: Bearer <API_KEY>, where the key comes from the console. Clients that send no auth at all will receive a pending key on first initialize that they can persist for future calls.

What you can do (tool surface)

Hatchable exposes 30+ tools. Highlights:

  • Project lifecycle β€” create_project, get_project, list_projects, fork_project, set_visibility, update_project
  • Files β€” write_file, write_files, read_file, grep, list_files, patch_file, delete_file, import_file_from_url, upload_file
  • Database β€” execute_sql, get_schema
  • Deploy + observability β€” deploy, dry_run_deploy, run_function, run_code, view_logs, list_deployments, get_deployment, list_functions, list_cron_jobs
  • Environment β€” set_env, list_env, delete_env
  • Discovery β€” search_projects, search_documentation

Each project ships with Node.js 20, a dedicated Postgres database, built-in auth (email + OAuth providers), cron scheduling, object storage, and email sending. See hatchable.com/docs for the full SDK and handler contract.

Manifests

Security and auth

Bearer tokens are scoped per-account. You can rotate or revoke them in the console.

Docker (for registries and scanners)

The Dockerfile in this repo is a thin stdio-to-HTTP proxy built on mcp-remote. It exists so registries and quality scanners that expect a runnable container (Glama, Smithery, etc.) can introspect the tool surface. End users don't need to build it β€” configure https://hatchable.com/mcp directly in your MCP client and let the client's native HTTP transport talk to the server.

docker build -t hatchable-mcp .
docker run --rm -i hatchable-mcp  # stdio ↔ https://hatchable.com/mcp

License

MIT. See LICENSE.

Contact

  • Website: hatchable.com
  • Email: hello@hatchable.com
  • Issues: file an issue in this repo for MCP-integration questions; use the in-console support flow for account or billing questions.

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Vector & Memory servers.