我们推荐您使用 此模板项目 来管理您的 Elementor 项目。
这是一个用于 Elementor 的简单 MCP 服务器。它用于对给定页面的 Elementor 数据执行 CRUD 操作。
要通过 Smithery 自动安装 Elementor MCP 服务器到 Claude Desktop:
npx -y @smithery/cli install @aguaitech/Elementor-MCP --client claude
或者在您的 mcp.json 文件中配置 MCP 服务器。请注意需要环境变量。
{
"mcpServers": {
"Elementor MCP": {
"command": "npx",
"args": ["-y", "elementor-mcp"],
"env": {
"WP_URL": "https://url.of.target.website",
"WP_APP_USER": "wordpress_username",
"WP_APP_PASSWORD": "Appl icat ion_ Pass word"
}
}
}
}
{
"mcpServers": {
"Elementor MCP": {
"command": "cmd",
"args": ["/c", "npx", "-y", "elementor-mcp"],
"env": {
"WP_URL": "https://url.of.target.website",
"WP_APP_USER": "wordpress_username",
"WP_APP_PASSWORD": "Appl icat ion_ Pass word"
}
}
}
}
本项目采用 MIT 许可证