A professional Model Context Protocol (MCP) Server for complete management of PrestaShop e-commerce stores with **extended functionality**.
Prestashop MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Prestashop MCP directly instead of describing what you should do. A professional Model Context Protocol (MCP) Server for complete management of PrestaShop e-commerce stores with extended functionality.
Once Prestashop MCP is connected, these are the calls the assistant has available:
Authentication — The Authentication tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
You will need 4 environment variables: PRESTASHOP_SHOP_URL, PRESTASHOP_API_KEY, LOG_LEVEL, YOUR_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Prestashop MCP's toolset — Authentication — is a fair guide to whether it matches your workflow. It is maintained by latinogino; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Prestashop MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Authentication | The Authentication tool exposed by this server. |
**Linux/macOS:**
```json
{
"mcpServers": {
"prestashop": {
"command": "/path/to/prestashop-mcp/venv_prestashop/bin/python",
"args": ["-m", "prestashop_mcp.prestashop_mcp_server"],
"cwd": "/path/to/prestashop-mcp",
"env": {
"PRESTASHOP_SHOP_URL": "https://your-shop.example.com",
"PRESTASHOP_API_KEY": "YOUR_API_KEY"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| PRESTASHOP_SHOP_URL | Endpoint or connection string the server talks to. | Yes |
| PRESTASHOP_API_KEY | Credential the server authenticates with. | Yes |
| LOG_LEVEL | Configuration value read at startup. | Optional |
| YOUR_API_KEY | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.