by Digitizers
Build WordPress sites with Claude Code via the Elementor MCP — a kit with skill, setup wizard, and cross-platform installers.
# Add to your Claude Code skills
git clone https://github.com/Digitizers/claude-elementor-proGuides for using mcp servers skills like claude-elementor-pro.
claude-elementor-pro is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Digitizers. Build WordPress sites with Claude Code via the Elementor MCP — a kit with skill, setup wizard, and cross-platform installers. It has 0 GitHub stars.
claude-elementor-pro's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/Digitizers/claude-elementor-pro" and add it to your Claude Code skills directory (see the Installation section above).
claude-elementor-pro is primarily written in Shell. It is open-source under Digitizers on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-elementor-pro against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Build WordPress sites with AI — design with Claude Code, then have Claude build it directly inside your Elementor Free or Pro site. No more rebuilding mockups by hand.
A Claude Code & OpenClaw skill that teaches Claude to build directly inside Elementor. Not just a mockup tool — Claude places real sections, widgets, colors, and typography into your live Elementor site, with Pro/free auto-detection and a widget-vs-HTML discipline.
The short version: This kit teaches Claude (Anthropic's AI) how to talk to your WordPress site through the Elementor MCP server. You design pages in Claude Code, then Claude places sections, widgets, colors, and typography directly into Elementor for you. Works on local sites (Local-by-Flywheel) and live hosts.
Naming note: the GitHub repo is
claude-elementor-pro, but the skill itself installs and invokes aselementor-pro-studio(published on ClawHub under "Elementor Pro Studio" — OpenClaw-neutral branding). Same kit, same repo — just a repo-independent skill name.
These are the free skills behind Aura — one AI web-agency lifecycle you can run standalone or orchestrate across a whole client fleet from a single dashboard.
| Stage | Skill | Role |
|---|---|---|
| 🎨 Build | claude-elementor-pro ← you are here | Design & build sites inside Elementor |
| 🔎 Audit + Content | wordpress-api-pro | REST content ops, SEO & site audits |
| 🖥 Host | cloudways-mcp · hostinger-mcp | Provision & operate the infrastructure |
→ Orchestrate all of it across your client fleet with Aura — governed agent ops with approvals and a full audit trail on top of these skills.
claude-elementor-pro/
├── INSTALL.sh ← Installer for Mac & Linux
├── INSTALL.bat ← Installer for Windows (double-click)
├── INSTALL.ps1 ← Windows installer (PowerShell)
├── files/
│ ├── SKILL.md ← The cheat sheet Claude reads
│ └── setup-elementor-mcp.sh ← The robot that connects Claude to WordPress
├── docs/
│ ├── QUICKSTART.md ← Short "how to use this" guide
│ ├── WHATS_INSTALLED.md ← One-page map of every file/plugin the kit touches
│ └── LESSONS.md ← Deep-dive on why it works the way it does
├── LICENSE ← MIT — free for any use
└── README.md ← You are here
There are two pieces:
The skill (SKILL.md) — a guide Claude reads every time you ask it to work on Elementor. It encodes every quirk and gotcha learned the hard way (correct widget parameter names, when to use HTML vs native widgets, the auth gotchas, etc.).
The setup script (setup-elementor-mcp.sh) — a wizard that connects Claude to one specific WordPress site. It installs the MCP plugins, wires up authentication, and writes a .mcp.json file in your project directory.
After running both, you can tell Claude "build me a hero section with this design" and watch it appear on your WordPress site in real time.
The kit touches five layers of stuff. Some you install yourself, some the wizard handles for you. Here's the full picture so nothing surprises you mid-setup.
bash, curl, python, zip that the setup script needs. Mac and Linux users already have these.)You can install these yourself OR let the setup wizard auto-install them for you (it asks). All are free, on the WordPress.org plugin directory.
Required:
| Plugin / Theme | What it does |
|---|---|
| Elementor (free) | The page builder — Claude builds pages inside this |
| Hello Elementor (theme) | Blank canvas theme that doesn't fight Elementor's styling |
| Ultimate Addons for Elementor (UAE) | Lets you build site-wide headers and footers (Theme Builder is Pro-only) plus a free Nav Menu widget |
Optional but useful:
| Plugin | What it does |
|---|---|
| Essential Addons for Elementor (lite) | Free widgets like Post Grid that aren't in Elementor base |
| Fluent Forms | Real working contact forms (Elementor's Form widget is Pro) |
You don't install these yourself. The setup wizard downloads them from GitHub and installs them automatically.
| Plugin | What it does |
|---|---|
| MCP Adapter | The "phone line" that lets any AI talk to WordPress |
| MCP Tools for Elementor | The Elementor-specific MCP server — the magic |
INSTALL.sh / INSTALL.bat)The two files in this repo's files/ folder get copied to:
~/.claude/skills/elementor-pro-studio/SKILL.md — the cheat sheet Claude reads each session~/.claude/scripts/setup-elementor-mcp.sh — the wizard you run per WordPress site📋 Want a one-page reference of every file/plugin the kit touches? See
docs/WHATS_INSTALLED.md.
# 1. Clone or download this repo
git clone https://github.com/Digitizers/claude-elementor-pro.git
cd claude-elementor-pro
# 2. Run the installer
bash INSTALL.sh
1. Download this repo as a ZIP (green "Code" button → Download ZIP)
2. Unzip it anywhere
3. Double-click INSTALL.bat
The installer copies two files into your ~/.claude/ folder:
~/.claude/skills/elementor-pro-studio/SKILL.md~/.claude/scripts/setup-elementor-mcp.shSafe to re-run — it'll ask before overwriting existing files.
# In your project folder (anywhere you want .mcp.json to live)
bash ~/.claude/scripts/setup-elementor-mcp.sh
The wizard walks you through 8 steps:
.mcp.json to the current folderIf you say "yes" at step 6, the wizard installs the required plugins from wordpress.org for you. If you say "no" — say if you're using an existing site you don't want auto-modified — install them manually via WP Admin → Plugins → Add New.
For spinning up many client sites, new-client.sh is a flag-driven, headless version of the wizard — resolves the site, verifies auth, detects Pro, installs the MCP plugins, and writes .mcp.json in one command:
# Local-by-Flywheel site (resolved from Local's sites.json — works even when the
# site lives outside ~/Local Sites/):
bash new-client.sh --local "ClientName" --user wpuser --app-pass "xxxx xxxx xxxx xxxx xxxx xxxx" --with-api-pro
# Live host (prints the two MCP zips to upload, then re-run):
bash new-client.sh --live "https://client.com" --user wpuser --app-pass "..." --project-dir ~/projects/client
Useful flags: --project-dir <path> (where .mcp.json goes), --with-api-pro [path] (also install the wordpress-api-pro companion skill), --name <id> (MCP server name), --dry-run (report only). Idempotent — skips the plugin install if the MCP route is already registered.
.mcp.jsonThe skill auto-loads, and Claude already knows how to drive Elementor correctly.
Can do:
**With Elementor Pro (auto-detecte