A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"BlockNote": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-BlockNote"
]
}
}
}