Loading MCP server directory, please wait...
Manage pages, posts, blocks, media and settings of your self-hosted NextBlock site.
npx @getmcp/cli add dev.nextblock/nextblockRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationMCP access token created in your NextBlock CMS (Settings > Cortex AI > MCP tokens)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.nextblock/nextblock": {
"url": "https://{site_host}/api/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer {mcp_token}"
}
}
}
}