elementor-mcp
by msrbuilds·★ 318·Score 52
WordPress plugin that extends Elementor with 97 MCP tools for AI-powered page design management.
Overview
This MCP server integrates Elementor page builder with AI systems through the Model Context Protocol. It provides comprehensive tools for querying, creating, and manipulating WordPress pages and Elementor designs. The plugin offers a broad range of functionality including widget management, template handling, theme customization, and dynamic content integration. It specifically targets designers and developers looking to automate WordPress site creation and maintenance workflows through AI agents.
Try asking AI
After installing, here are 4 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you're working with WordPress and Elementor and need programmatic control over page designs through AI agents.
When NOT to choose this
Not suitable if you're not using WordPress or Elementor, or if you need more direct access to the database.
Tools this server exposes
12 tools extracted from the READMElist-widgetsList all registered widget types with names, titles, icons, categories, and keywords
get-page-structureGet the complete element tree for a page showing containers, widgets, and nesting
create-pageCreate a new WordPress page or post with Elementor enabled
add-widgetAdd any widget type to a container on a page
update-elementUpdate settings on any element (widget or container) by its ID
add-headingAdd a heading widget to a container
add-text-editorAdd a rich text editor widget to a container
save-as-templateSave a page or element as a reusable template
apply-templateApply a saved template to a page
update-global-colorsUpdate site-wide color palettes
import-templateImport a JSON template structure into a page
export-pageExport a page's full Elementor data as JSON
Comparable tools
Installation
Installation
- Install and activate [Elementor](https://wordpress.org/plugins/elementor/) (version 3.20+).
- Install and activate the [WordPress MCP Adapter](https://github.com/WordPress/mcp-adapter) plugin.
- Download the latest release zip from the [Releases page](https://github.com/msrbuilds/elementor-mcp/releases/).
- In WordPress, go to **Plugins > Add New > Upload Plugin** and upload the downloaded zip file.
- Activate the plugin through the **Plugins** menu in WordPress.
- Go to **Settings > MCP Tools for Elementor** to configure tools and view connection info.
Claude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"elementor-mcp": {
"type": "http",
"url": "https://your-site.com/wp-json/mcp/elementor-mcp-server",
"headers": {
"Authorization": "Basic BASE64_ENCODED_CREDENTIALS"
}
}
}
}Compare elementor-mcp with
Last updated · Auto-generated from public README + GitHub signals.