loading…
Search for a command to run...
loading…
Connects Claude Desktop to WordPress sites to manage Elementor pages, Gutenberg content, and Rank Math SEO settings. It enables users to create styled pages, ma
Connects Claude Desktop to WordPress sites to manage Elementor pages, Gutenberg content, and Rank Math SEO settings. It enables users to create styled pages, manage section layouts, and perform content updates through natural language commands.
MCP Server for Noleemits Vision Builder - Connect Claude Desktop to your WordPress + Elementor site.
This MCP server gives Claude Desktop the ability to:
In your WordPress admin, go to Vision Builder > Settings > MCP Config and click Generate Connection.
Or manually: Users > Profile > Application Passwords > enter "Claude Desktop" > click Add New.
Open Claude Desktop > Settings > Developer > Edit Config, then add:
{
"mcpServers": {
"my-wordpress": {
"command": "npx",
"args": ["-y", "@noleemits/vision-builder-mcp"],
"env": {
"WP_URL": "https://your-site.com",
"WP_USER": "your-username",
"WP_APP_PASSWORD": "xxxx xxxx xxxx xxxx xxxx xxxx"
}
}
}
}
Replace the values with your actual WordPress site URL, username, and application password.
Quit and reopen Claude Desktop. You should see the MCP tools icon in the chat input.
| Variable | Required | Description |
|---|---|---|
WP_URL |
Yes | Your WordPress site URL (e.g., https://example.com) |
WP_USER |
Yes | WordPress username |
WP_APP_PASSWORD |
Yes | WordPress Application Password |
create_page - Create a new Elementor pageget_pages / get_page / delete_pagelist_style_presets / apply_style_preset / detect_style_preset / get_style_settingsadd_hero - Multiple layouts (centered, split, asymmetric, overlap)add_features - Grid, bento, or magazine layoutadd_testimonial / add_cta / add_faq / add_pricing / add_team / add_contact / add_gallerysearch_content / get_post_content / update_postfind_links / update_link / find_and_replaceget_seo_data / update_seo_data / get_seo_statushealth_check / preview_pageUse a unique key name for each site:
{
"mcpServers": {
"site-one": {
"command": "npx",
"args": ["-y", "@noleemits/vision-builder-mcp"],
"env": {
"WP_URL": "https://site-one.com",
"WP_USER": "admin",
"WP_APP_PASSWORD": "xxxx xxxx xxxx xxxx"
}
},
"site-two": {
"command": "npx",
"args": ["-y", "@noleemits/vision-builder-mcp"],
"env": {
"WP_URL": "https://site-two.com",
"WP_USER": "editor",
"WP_APP_PASSWORD": "yyyy yyyy yyyy yyyy"
}
}
}
}
503 errors: Whitelist /wp-json/nvb/ in your firewall/security plugin.
"Application passwords not available": Requires HTTPS or localhost.
Test the connection: Visit https://your-site.com/wp-json/nvb/v1/health in your browser.
GPL-2.0-or-later
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"noleemits-vision-builder-mcp": {
"command": "npx",
"args": []
}
}
}