Home › Other › NextBlock CMS

NextBlock CMS

Manage pages, posts, blocks, media and settings of your self-hosted NextBlock site.

TypeScript Remote
★ 20 stars Last pushed 2026-09-24 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://{site_host}/api/mcp

Claude Code:

claude mcp add --transport http nextblock https://{site_host}/api/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "nextblock": {
      "url": "https://{site_host}/api/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — MCP access token created in your NextBlock CMS (Settings > Cortex AI > MCP tokens)

Related servers

Data from the Official MCP Registry