Elementor MCP Agent runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 14 Sep 2026.
Agency-grade MCP for WordPress Elementor — multi-site, safe edits, templates, versions.
We read the source, 11 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
postinstall: node scripts/postinstall.cjs || true
const child = spawn(chrome, args, { stdio: ["ignore", "ignore", "pipe"] });
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add elementor-mcp-agent -- npx -y elementor-mcp-agent
{
"mcpServers": {
"elementor-mcp-agent": {
"args": [
"-y",
"elementor-mcp-agent"
],
"command": "npx"
}
}
}
[mcp_servers.elementor-mcp-agent]
command = "npx"
args = ["-y", "elementor-mcp-agent"]
{
"mcpServers": {
"elementor-mcp-agent": {
"args": [
"-y",
"elementor-mcp-agent"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"elementor-mcp-agent": {
"args": [
"-y",
"elementor-mcp-agent"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
ELEMENTOR_MCP_SITES (JSON array of site objects. Each: {id, url, username, application_password}. See README.), ELEMENTOR_MCP_CONFIG_PATH (Alternative: path to a JSON config file. README has the schema.), ELEMENTOR_MCP_DEFAULT_SITE_ID (Optional default site id when a tool is called without site_id.).
The author declared them in the registry entry; get the values from the project itself.
Shared versioned state for multi-agent AI workflows
Build Elementor sites with AI agents - native, editable pages via ~90 MCP tools. Free & MIT.
MCP State Sidecar: durable state persistence for multi-agent AI workflows
MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination
MCP server for WhatsApp Cloud API (Meta) — messages, media, and templates via Graph API
Secure MCP server for WordPress content management
Production-grade MCP Server Template for TypeScript and Node.js.
Reusable prompt templates, multi-step workflow chains, and quality gates for any MCP client.
Answers built from our own checks of this server.