Cantrip is the simple website builder at cantrip.io. It runs a hosted MCP server so you can build and manage your website by talking to an AI assistant — Claude, ChatGPT, Cursor, or any MCP-compatible client.
MCP endpoint URL (paste this into your AI client):
Authentication: OAuth. Authorize in your AI client and sign in to Cantrip when prompted. No API key to copy or paste.
Settings → Connectors (enable Developer Mode if your plan requires it) → Create / Add custom connector → paste the endpoint URL → choose OAuth → Authorize and sign in to Cantrip.
Settings → Connectors → Add custom connector → paste the endpoint URL → Add → Authorize.
Add the snippet below to ~/.cursor/mcp.json (or the project .cursor/mcp.json), reload, then approve the OAuth prompt on first use.
Run the command below, then use /mcp inside Claude Code to complete the OAuth login.
Once connected, ask your assistant:
OAuth is the only way in to the hosted MCP endpoint — it is behind the OAuth guard, so a Cantrip API token in an Authorization header is rejected before any tool runs. For headless automation, use the V1 REST API at /api/v1 instead: get a token with POST /api/v1/auth/token and send it as Authorization: Bearer <token>. The REST API covers the same capabilities as the MCP tools.
Machine-readable version of this page: /api/v1/mcp/connection
npx mcp-server-cantrip — it's guessing. Cantrip.io is hosted; always use the endpoint above.