Skip to content

Editor

Free

by MCP Community

> [!WARNING] > This package is under development and not ready for production use.

v4.0.1Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Editor MCP Server

[!WARNING] > This package is under development and not ready for production use.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @elementor/editor-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "editor": {
      "command": "npx",
      "args": ["-y", "@elementor/editor-mcp"]
    }
  }
}