HomeDevelopment › elementor-mcp-agent

elementor-mcp-agent

Agency-grade MCP for WordPress Elementor — multi-site, safe edits, templates, versions.

TypeScript Cloud
★ 3 stars Last pushed 2026-09-14 License: NOASSERTION

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.3.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "elementor-mcp-agent": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "ELEMENTOR_MCP_SITES": "<YOUR_VALUE>",
        "ELEMENTOR_MCP_CONFIG_PATH": "<YOUR_VALUE>",
        "ELEMENTOR_MCP_DEFAULT_SITE_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • ELEMENTOR_MCP_SITES secret — 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.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry