Skip to main content
Glama
stophe013

WordPress IA Pilot Bridge

by stophe013

🌉 WordPress IA Pilot MCP Bridge

English | Français

🇬🇧 English

This MCP server connects Agravity (Cursor) or Claude Desktop to your WordPress site equipped with the "IA Pilot" plugin.

🛠️ Installation

  1. Prerequisites: Node.js installed.

  2. Installation:

    # Inside the project folder
    npm install
    npm run build

⚙️ Configuration

  1. Rename .env.example to .env.

  2. 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

  1. Prérequis : Node.js vérifié.

  2. Installation :

    # Dans le dossier du projet
    npm install
    npm run build

⚙️ Configuration

  1. Renommez le fichier .env.example en .env.

  2. 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.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

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

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