Editor
Freeby MCP Community
> [!WARNING] > This package is under development and not ready for production use.
v4.0.1Added Apr 12, 2026
Editor MCP Server
[!WARNING] > This package is under development and not ready for production use.
Installation
Reviews
Installation
Quick install
npx -y @elementor/editor-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"editor": {
"command": "npx",
"args": ["-y", "@elementor/editor-mcp"]
}
}
}