NextBlock CMS for Claude Desktop
dev.nextblock/nextblock
Manage pages, posts, blocks, media and settings of your self-hosted NextBlock site.
client:Claude Desktop
transport:streamable-http
Install NextBlock CMS in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nextblock": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{site_host}/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs