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 "Install 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stophe013/MCP-WordPress-IA-Pilote'
If you have feedback or need assistance with the MCP directory API, please join our Discord server