Skip to content
Grok

NextBlock CMS for Grok

dev.nextblock/nextblock

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

client:Grok transport:streamable-http

Install NextBlock CMS in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "nextblock": {
      "type": "http",
      "url": "https://{site_host}/api/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

NextBlock CMS in other clients