← Index

io.github.Mogacode-ma/elementor-mcp-agent

io.github.Mogacode-ma/elementor-mcp-agent·v1.2.0·Documents & Spreadsheets
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "elementor-mcp-agent": {
      "command": "npx",
      "args": [
        "-y",
        "elementor-mcp-agent"
      ],
      "env": {
        "ELEMENTOR_MCP_SITES": "<your-elementor_mcp_sites>",
        "ELEMENTOR_MCP_CONFIG_PATH": "<elementor_mcp_config_path>",
        "ELEMENTOR_MCP_DEFAULT_SITE_ID": "<elementor_mcp_default_site_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "elementor-mcp-agent": {
      "command": "npx",
      "args": [
        "-y",
        "elementor-mcp-agent"
      ],
      "env": {
        "ELEMENTOR_MCP_SITES": "<your-elementor_mcp_sites>",
        "ELEMENTOR_MCP_CONFIG_PATH": "<elementor_mcp_config_path>",
        "ELEMENTOR_MCP_DEFAULT_SITE_ID": "<elementor_mcp_default_site_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y elementor-mcp-agent
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets