elementor-mcp-agent
About
Agency-grade MCP for WordPress Elementor — multi-site, safe edits, templates, versions.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ELEMENTOR_MCP_SITES ELEMENTOR_MCP_CONFIG_PATH ELEMENTOR_MCP_DEFAULT_SITE_IDClaude Code
claude mcp add --env ELEMENTOR_MCP_SITES= --env ELEMENTOR_MCP_CONFIG_PATH= --env ELEMENTOR_MCP_DEFAULT_SITE_ID= elementor-mcp-agent -- npx elementor-mcp-agent
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"elementor-mcp-agent","command":"npx","args":["elementor-mcp-agent"],"env":{"ELEMENTOR_MCP_SITES":"","ELEMENTOR_MCP_CONFIG_PATH":"","ELEMENTOR_MCP_DEFAULT_SITE_ID":""}}'
JSON
{
"mcpServers": {
"elementor-mcp-agent": {
"command": "npx",
"args": [
"elementor-mcp-agent"
],
"env": {
"ELEMENTOR_MCP_SITES": "",
"ELEMENTOR_MCP_CONFIG_PATH": "",
"ELEMENTOR_MCP_DEFAULT_SITE_ID": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.