MCP for PrestaShop
  • English
  • Français
  • Español
  • Italiano
  • English
  • Français
  • Español
  • Italiano
  • Getting started
    • Introduction
    • Installation
    • Setup
    • Security
    • Connect your AI application
  • MCP Overview
    • What is MCP? Glossary
    • How to create my own MCP elements?
  • Troubleshooting

Connect your AI application

PrestaShop MCP Server lets you interact with your store through your AI application. Before using it for the first time, you need to connect your AI application to the MCP server. This setup only needs to be done once.

General steps

The connection steps vary by AI application but generally include:

  1. Copy the MCP Server URL from the PrestaShop MCP Server configuration page
  2. Add a new MCP server in your AI application using this URL
  3. Authenticate via OAuth (or token if OAuth is not supported)

Info

Your email must be listed on the Members page in the PrestaShop MCP Server configuration for authentication to succeed.

Supported AI applications

The table below lists the most popular AI applications that support MCP servers, along with links to their official documentation for adding an MCP server.

ApplicationTypeDocumentation
ChatGPT (OpenAI)WebDeveloper mode, apps and MCP connectors
Claude Desktop (Anthropic)Web / DesktopGetting started with custom connectors using remote MCP
Claude Code (Anthropic)CLIConnect Claude Code to tools via MCP
Gemini CLI (Google)CLIMCP servers with Gemini CLI
Le Chat (Mistral)WebConfiguring a custom connector
Dust.ttWebAdding an MCP Server
CursorIDEModel Context Protocol (MCP)
WindsurfIDECascade MCP Integration
VS Code (GitHub Copilot)IDEAdd and manage MCP servers
GitHub Copilot CLICLIAdding MCP servers for Copilot CLI

Tips

Most of these applications support Streamable HTTP transport with OAuth authentication, which is the method used by PrestaShop MCP Server.

OAuth scope configuration

Some AI applications (such as Claude Code and Gemini CLI) require you to explicitly configure OAuth scopes. In that case, use the following scopes:

mcp.discover mcp.read mcp.write email

Refer to the documentation of your AI application for how to configure scopes.

Last Updated: 4/30/26, 9:18 AM
Contributors: khanhmas, John.R, fox-john, cnavarro-prestashop, Cyril Navarro, Clap404, gericfo, Claude Opus 4.6
Prev
Security