PrestaShop

v1.0.0Business Applicationsstable

PrestaShop MCP Server - Professional E-commerce Integration (CLEAN HISTORY)

prestashopmcpai-integration
Share:
8
Stars
0
Downloads
0
Weekly
0/5

What is PrestaShop?

PrestaShop is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to prestashop mcp server - professional e-commerce integration (clean history)

PrestaShop MCP Server - Professional E-commerce Integration (CLEAN HISTORY)

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • PrestaShop MCP Server - Professional E-commerce Integration

Use Cases

Manage PrestaShop e-commerce operations through Claude.
latinogino

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedApr 27, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx prestashop

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use PrestaShop

The PrestaShop MCP Server integrates your PrestaShop 8.x e-commerce store with Claude, exposing tools for managing products, categories, customers, orders, modules, navigation menus, themes, and cache — all through natural language. It connects via the PrestaShop REST API using HTTP Basic Authentication with your API key.

Prerequisites

  • Python 3.9 or later installed
  • A running PrestaShop 8.x store with the API enabled
  • A PrestaShop API key with sufficient permissions (Admin back-office > Advanced Parameters > Webservice)
  • Git to clone the repository
  • Claude Desktop or Claude Code
1

Clone the repository

Download the PrestaShop MCP server source code from GitHub.

git clone https://github.com/latinogino/prestashop-mcp.git
cd prestashop-mcp
2

Create a virtual environment and install dependencies

Use a virtual environment to avoid conflicts with other Python packages. Install both runtime dependencies and the package itself in editable mode.

python3 -m venv venv_prestashop
source venv_prestashop/bin/activate   # Windows: .\venv_prestashop\Scripts\Activate.ps1
pip install -r requirements.txt
pip install -e .
3

Create the .env configuration file

Copy the example env file and fill in your PrestaShop store URL and API key. The API key is found in PrestaShop Admin > Advanced Parameters > Webservice.

cp .env.example .env
# Edit .env and set:
# PRESTASHOP_SHOP_URL=https://your-shop.example.com
# PRESTASHOP_API_KEY=YOUR_WEBSERVICE_KEY
# LOG_LEVEL=INFO
4

Test the connection

Verify the server can reach your PrestaShop API before wiring it into Claude. Run a quick connection test using the built-in test tool.

python -c "from prestashop_mcp.server import test_connection; import asyncio; print(asyncio.run(test_connection()))" 
5

Configure Claude Desktop

Add the PrestaShop MCP server to your Claude Desktop configuration. The server reads credentials from the .env file in the project directory.

{
  "mcpServers": {
    "prestashop": {
      "command": "/absolute/path/to/venv_prestashop/bin/python",
      "args": ["-m", "prestashop_mcp.server"],
      "cwd": "/absolute/path/to/prestashop-mcp",
      "env": {
        "PRESTASHOP_SHOP_URL": "https://your-shop.example.com",
        "PRESTASHOP_API_KEY": "YOUR_WEBSERVICE_KEY"
      }
    }
  }
}
6

Verify available tools in Claude

Restart Claude Desktop and confirm that PrestaShop tools appear. You should see tools for products, categories, orders, customers, modules, menus, themes, and cache.

PrestaShop Examples

Client configuration

Claude Desktop configuration for the PrestaShop MCP server with credentials passed as environment variables.

{
  "mcpServers": {
    "prestashop": {
      "command": "/path/to/venv_prestashop/bin/python",
      "args": ["-m", "prestashop_mcp.server"],
      "cwd": "/path/to/prestashop-mcp",
      "env": {
        "PRESTASHOP_SHOP_URL": "https://your-shop.example.com",
        "PRESTASHOP_API_KEY": "YOUR_WEBSERVICE_KEY",
        "LOG_LEVEL": "INFO"
      }
    }
  }
}

Prompts to try

Natural language commands you can send to Claude once the PrestaShop server is connected.

- "Show me all products in my PrestaShop store with their stock levels"
- "Update the price of product ID 42 to 29.99"
- "Get all pending orders from this week"
- "Clear the PrestaShop cache"
- "Add a new navigation menu link called 'Sale' pointing to /sale"
- "Install the ps_shoppingcart module"

Troubleshooting PrestaShop

API returns 401 Unauthorized

Verify the Webservice is enabled in PrestaShop Admin > Advanced Parameters > Webservice. Confirm the API key has the required permissions (GET, POST, PUT, DELETE) for the resources you are accessing.

SSL certificate verification error when connecting to the shop URL

If your shop uses a self-signed certificate in development, ensure the PRESTASHOP_SHOP_URL uses https:// and that your system trusts the certificate, or set LOG_LEVEL=DEBUG to see the full SSL error details.

ModuleNotFoundError when starting the server

Ensure the virtual environment is activated and you ran both 'pip install -r requirements.txt' and 'pip install -e .' inside it. The Claude Desktop config must reference the Python binary inside venv_prestashop/bin/, not the system Python.

Frequently Asked Questions about PrestaShop

What is PrestaShop?

PrestaShop is a Model Context Protocol (MCP) server that prestashop mcp server - professional e-commerce integration (clean history) It connects AI assistants to external tools and data sources through a standardized interface.

How do I install PrestaShop?

Follow the installation instructions on the PrestaShop GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with PrestaShop?

PrestaShop works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is PrestaShop free to use?

Yes, PrestaShop is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

PrestaShop Alternatives — Similar Business Applications Servers

Looking for alternatives to PrestaShop? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "prestashop": { "command": "npx", "args": ["-y", "prestashop"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use PrestaShop?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides