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:
- Copy the MCP Server URL from the PrestaShop MCP Server configuration page
- Add a new MCP server in your AI application using this URL
- 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.
| Application | Type | Documentation |
|---|---|---|
| ChatGPT (OpenAI) | Web | Developer mode, apps and MCP connectors |
| Claude Desktop (Anthropic) | Web / Desktop | Getting started with custom connectors using remote MCP |
| Claude Code (Anthropic) | CLI | Connect Claude Code to tools via MCP |
| Gemini CLI (Google) | CLI | MCP servers with Gemini CLI |
| Le Chat (Mistral) | Web | Configuring a custom connector |
| Dust.tt | Web | Adding an MCP Server |
| Cursor | IDE | Model Context Protocol (MCP) |
| Windsurf | IDE | Cascade MCP Integration |
| VS Code (GitHub Copilot) | IDE | Add and manage MCP servers |
| GitHub Copilot CLI | CLI | Adding 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.