Skip to content
VS Code

NextBlock CMS for VS Code

dev.nextblock/nextblock

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

client:VS Code transport:streamable-http

Install NextBlock CMS in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

NextBlock CMS in other clients