claudaborative-editing
Provides tools for AI-powered editing of WordPress posts, including proofreading, reviewing, editing, translating, composing, and pre-publish checks directly in the WordPress block editor.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@claudaborative-editingproofread my latest blog post"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Claudaborative Editing
AI editing assistance directly in the WordPress block editor. Claude joins as a real-time collaborator to proofread, review, edit, translate, compose, and prepare your posts for publishing.
Getting Started
Install the Gutenberg plugin (23.8 or later) and turn on Enable real-time collaboration under Settings → Experiments. Administrators can let the setup wizard do this.
Install the Claudaborative Editing WordPress plugin and activate it.
Run the following in your terminal:
npx claudaborative-editing startThis checks that Claude Code is installed, runs a setup wizard on first use (opens your browser to authorize with WordPress), and starts a Claude Code session connected to your site.
Open any post in the block editor and use the AI Actions menu in the toolbar.
Related MCP server: WordPress MCP Server
Features
AI Actions menu
A sparkle icon in the editor toolbar opens a dropdown with actions you can trigger on the current post:
Proofread: Fix grammar, spelling, and punctuation.
Review: Leave editorial notes on the post.
Edit: Make broad editorial changes with a custom focus prompt (e.g., "make the tone more conversational").
Translate: Translate content into another language.
Compose: Plan and outline a post through a guided back-and-forth conversation.
Pre-publish checks
When you publish, an AI-powered panel suggests improvements to your post's excerpt, categories, tags, and slug. Apply suggestions individually or all at once.
Editorial notes
Sparkle buttons appear on editorial notes in the collaboration sidebar. Address a single note or all open notes at once: Claude reads the note, understands the feedback, and makes the requested changes.
Conversation panel
A side panel opens for interactive commands like Compose. Chat back and forth with Claude to refine an outline, then approve it to generate the post structure.
Real-time collaboration
Claude appears as a named collaborator in the editor, using the same collaborative editing infrastructure as human editors. Edits from Claude and humans merge automatically: you can both work on the same post at the same time.
Connection status
A sparkle icon in the editor footer shows whether Claude is connected. Click it to see which post Claude is editing and whether a command is in progress.
Prerequisites
Claude Code installed
The Gutenberg plugin 23.8 or later, with the Enable real-time collaboration experiment turned on (Settings → Experiments). WordPress core does not ship real-time collaboration.
A WordPress user with
edit_postscapability
Configuration
Setup wizard
npx claudaborative-editing setup # Interactive setup (browser-based auth)
npx claudaborative-editing setup --manual # Skip browser auth, enter credentials manually
npx claudaborative-editing setup --remove # Remove configuration from Claude CodeEnvironment variables
If you prefer to configure credentials manually:
Variable | Description |
| WordPress site URL |
| WordPress username |
| WordPress Application Password |
How It Works
The project has two parts: a WordPress plugin and an MCP server.
The WordPress plugin adds the AI Actions UI to the block editor and manages a command queue. When you trigger an action (like "Proofread"), the plugin sends the command to the MCP server via WordPress REST API endpoints and real-time Yjs sync.
The MCP server (the npm package) runs locally on your machine and bridges Claude Code with WordPress. It connects to the same Yjs CRDT-based collaborative editing infrastructure that powers multi-user editing in the block editor, so Claude's edits merge seamlessly with human edits.
See CLAUDE.md for architecture details, sync protocol documentation, and key design decisions.
Development
Prerequisites
Node.js
^22.22.2 || >=24.15.0npm 12 or newer — npm 11 and npm 12 build different trees from the same lockfile
Both floors are declared via devEngines in package.json with onFail: "warn", so an unsupported Node or npm prints a loud npm warn EBADDEVENGINES rather than failing the install. CI enforces them for real: it installs the pinned npm, and npm ci rejects a lockfile built by the wrong major. (The published npm package itself only requires Node >=22.13, via engines.)
MCP server
npm install
npm run build # Build with tsup → dist/
npm test # Run vitest
npm run typecheck # TypeScript type check
npm run lint # ESLint + stylelint + markdownlint + Prettier + knip check
npm run dev # Watch mode build
npm run dev:wp # Start a local WordPress via wp-playground-cli (no Docker)WordPress plugin
cd wordpress-plugin
npm install
npm run build # Build with @wordpress/scripts → build/
npm run typecheck # TypeScript type check
npm run test # TypeScript tests
composer install
composer phpcs # PHP CodeSniffer
composer phpstan # PHPStan static analysisRun npm run lint from the repo root to lint everything (ESLint + stylelint + markdownlint + Prettier + knip).
License
This server cannot be deployed
Maintenance
Related MCP Connectors
Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org.
Read, edit, publish, and preview your pepita websites from Claude.
Draft, check and schedule posts to your connected social accounts from Claude, ChatGPT or Cursor.
Secure MCP Server for WordPress connects AI assistants and agents to WordPress with secure, controlled access. It lets AI interact with WordPress through MCP while helping organizations manage access, enforce policies, protect non-human identities (NHI), and require human approval for sensitive actions. Use it to securely connect tools such as ChatGPT, Claude, and Cursor with WordPress. Marketplace Link: https://wordpress.org/plugins/miniorange-secure-mcp-server/ Official website: https://plugins.miniorange.com/mcp-server-ai-policy-enforcement-wordpress ChatGpt Marketplace: https://chatgpt.com/plugins/plugin_asdk_app_6a312802286c8191bad0a7278a4e53ef Claude Marketplace: https://claude.ai/directory/miniorange-mcp-for-wordpress Cursor Marketplace: https://cursor.com/marketplace/miniorange
Related MCP Servers
- AlicenseCqualityAmaintenanceEnables comprehensive WordPress site management through natural language in Claude Desktop, supporting multiple sites with 59 tools for content creation, media management, user administration, and performance monitoring.71396 npm108MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to manage WordPress sites through natural conversation, supporting post creation, content updates, site queries, and draft-to-publish workflows via the WordPress REST API.9MIT
- AlicenseBqualityCmaintenanceConnects Claude to WordPress sites through the REST API, enabling AI-assisted content creation, publishing, media management, user administration, and site maintenance tasks through natural language.47212 npm23MIT
- AlicenseNot gradedqualityFmaintenanceEnables AI models like Claude to manage WordPress sites through the WordPress REST API, supporting operations like post creation, taxonomy management, and site configuration. It features secure authentication via Application Passwords and provides tools for comprehensive content administration.36 npm1MIT