| 开发者 | pento |
|---|---|
| 更新时间 | 2026年4月20日 10:05 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
The free version requires Claude Code. The plugin provides the browser-side UI, but all AI processing happens through a Claude Code session running the Claudaborative Editing MCP server. If you don't want to use Claude Code, then a Claudaborative Cloud subscription is the way to go.
WordPress 7.0 or later for a standalone block editor experience, or WordPress 6.9 and Gutenberg 22.8+ if you're using the Gutenberg plugin. Collaborative editing must be enabled in Writing settings.
npx claudaborative-editing start
This will configure and launch Claude Code with the Claudaborative Editing MCP server. The setup wizard will open your browser to authorize with your WordPress site on the first run.
Alternatively, you can set up the credentials separately:
npx claudaborative-editing setup
Then start Claude Code with channels enabled:
claude --dangerously-load-development-channels server:wpce --permission-mode acceptEdits
/wp-json, for compatibility with custom REST prefixes.npx claudaborative-editing start command.