2
1 Comment

We registered NextBlock on MCP so desktop agents can build full CMS sites autonomously

Happy Friday! We just hit two big milestones for NextBlock CMS: we submitted our application to the Vercel Starter Templates gallery, and we listed NextBlock across every Model Context Protocol (MCP) registry we could find.

The problem with prompt-to-website tools is what happens on Day 2. Generating a prototype takes two minutes, but the moment you need to change a headline, update pricing, or hand the project to a client, you are stuck editing raw code or fighting LLM regressions.

We updated our CLI and /api/mcp endpoint so desktop agents (Claude Code, Cursor, Codex) can handle the build autonomously:

You prompt the agent: "create a new website using nextblock for [topic]."

The agent resolves the nextblock npm package and runs non-interactive scaffolding.

It writes structured PostgreSQL JSONB layout blocks directly into Supabase instead of fragile HTML strings.

When it finishes, you get a visual Notion-style Tiptap editor and 100/100 Lighthouse scores on Next.js 16 React Server Components.

You bring your own existing agent subscription without paying marked-up token fees.

Sandbox: https://nextblock.dev

GitHub: https://github.com/nextblock-cms/nextblock

How are you currently handling client handoffs after scaffolding sites with AI agents?

on September 18, 2026
  1. 1

    The Day 2 problem is the interesting part. Have any real client sites gone from agent scaffolding to handoff with NextBlock, and where did the workflow still break?