WordPress IA Pilot Bridge
Allows AI agents to interact with a WordPress site equipped with the IA Pilot plugin, enabling content management and other WordPress operations.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WordPress IA Pilot BridgeCreate a new blog post titled 'AI in WordPress' and publish it."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🌉 WordPress IA Pilot MCP Bridge
🇬🇧 English
This MCP server connects Agravity (Cursor) or Claude Desktop to your WordPress site equipped with the "IA Pilot" plugin.
🛠️ Installation
Prerequisites: Node.js installed.
Installation:
# Inside the project folder npm install npm run build
⚙️ Configuration
Rename
.env.exampleto.env.Fill in your information:
WP_URL: Your site URL (e.g.,https://your-site.com)WP_USERNAME: Your WordPress administrator username.WP_APP_PASSWORD: Your Application Password.Note: You can also pass these variables directly in the JSON configuration (see below).
🚀 Usage in Cursor / Claude Desktop
Add this configuration to your mcp_config.json file (or Cursor settings):
{
"mcpServers": {
"ia-pilote-bridge": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/MCP-WordPress-IA-Pilote/build/index.js"
],
"env": {
"WP_URL": "https://your-site.com",
"WP_USERNAME": "your_username",
"WP_APP_PASSWORD": "YOUR_APP_PASSWORD"
}
}
}
}Note: The server includes a safety truncation feature to prevent AI crashes if a response exceeds 25,000 characters.
🔍 Troubleshooting
If the "404 No Route" error persists, ensure Permalinks are enabled in WordPress (Settings > Permalinks > Post name).
If authentication fails, check that the application password is correct and has no extra spaces.
Related MCP server: WordPress MCP Server
🇫🇷 Français
Ce serveur MCP permet de connecter Agravity (Cursor) ou Claude Desktop à votre site WordPress équipé du plugin "IA Pilote".
🛠️ Installation
Prérequis : Node.js vérifié.
Installation :
# Dans le dossier du projet npm install npm run build
⚙️ Configuration
Renommez le fichier
.env.exampleen.env.Remplissez vos informations :
WP_URL: L'URL de votre site (ex:https://votre-site.fr)WP_USERNAME: Votre identifiant administrateur WordPress.WP_APP_PASSWORD: Votre mot de passe d'application.Note : Vous pouvez aussi passer ces variables directement dans la configuration JSON (voir ci-dessous).
🚀 Utilisation dans Cursor / Claude Desktop
Ajoutez cette configuration à votre fichier mcp_config.json (ou paramètres Cursor) :
{
"mcpServers": {
"ia-pilote-bridge": {
"command": "node",
"args": [
"/CHEMIN/ABSOLU/VERS/MCP-WordPress-IA-Pilote/build/index.js"
],
"env": {
"WP_URL": "https://votre-site.fr",
"WP_USERNAME": "votre_identifiant",
"WP_APP_PASSWORD": "VOTRE_MOT_DE_PASSE_APPLICATION"
}
}
}
}Note: Le serveur inclut une sécurité (troncation automatique) pour empêcher l'IA de planter si une réponse dépasse 25 000 caractères.
🔍 Dépannage
Si l'erreur "404 No Route" persiste, assurez-vous que les Permaliens sont activés sur WordPress (Réglages > Permaliens > Titre de la publication).
Si l'authentification échoue, vérifiez que le mot de passe d'application est correct et sans espaces superflus.
Maintenance
Related MCP Connectors
Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language.
Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language.
Publish to self-hosted WordPress from AI agents: markdown, images, SEO, and Notion sync.
Secure MCP Server for WordPress connects AI assistants and agents to WordPress with secure, controlled access. It lets AI interact with WordPress through MCP while helping organizations manage access, enforce policies, protect non-human identities (NHI), and require human approval for sensitive actions. Use it to securely connect tools such as ChatGPT, Claude, and Cursor with WordPress. Marketplace Link: https://wordpress.org/plugins/miniorange-secure-mcp-server/ Official website: https://plugins.miniorange.com/mcp-server-ai-policy-enforcement-wordpress
Related MCP Servers
- AlicenseCqualityAmaintenanceEnables comprehensive WordPress site management through natural language in Claude Desktop, supporting multiple sites with 59 tools for content creation, media management, user administration, and performance monitoring.711,291 npm107MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to manage WordPress sites through natural conversation, supporting post creation, content updates, site queries, and draft-to-publish workflows via the WordPress REST API.9MIT
- AlicenseBqualityCmaintenanceConnects Claude to WordPress sites through the REST API, enabling AI-assisted content creation, publishing, media management, user administration, and site maintenance tasks through natural language.4712 npm23MIT
- AlicenseBqualityDmaintenanceConnects 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.395 npmGPL 2.0