Promokit Prestashop MCP Server
Provides tools for interacting with a PrestaShop e-commerce platform, likely enabling management of products, orders, customers, and other store functionalities through the PrestaShop API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Promokit Prestashop MCP Servershow me the latest orders from the past week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Promokit Prestashop MCP Server
System Requirements
Node.js 20.0.0 or higher (recommended: latest LTS version)
Claude Desktop
Related MCP server: BigGo MCP Server
Installation
1. Clone the Repository
git clone https://github.com/promokit/prestashop-mcp.git
cd prestashop-mcp2. Install Dependencies
npm install3. Configure Environment Variables
Create a .env file in the project root:
cp .env.example .envEdit the .env file with your configuration:
API_KEY=your-api-key-here
API_URL=https://your-api-endpoint.com4. Build the Project
For TypeScript projects:
npm run build5. Test the Server
Run the server locally to verify it works:
npm startOr for development mode:
npm run devAdding MCP Server to Claude Desktop
1. Locate the Configuration File
Find claude_desktop_config.json in your system's config directory:
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
2. Edit the Configuration
Open the config file in a text editor and add your MCP server configuration:
{
"mcpServers": {
"prestashop": {
"command": "node",
"args": ["/path/to/build/index.js"]
}
}
}3. Restart Claude Desktop
Close and reopen the application for changes to take effect.
4. Verify Connection
Check that your MCP server appears in Claude Desktop's interface and is functioning properly.
Note: The MCP server must be compatible with the Model Context Protocol specification and properly configured to work with Claude Desktop.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.Last updated343MIT
- AlicenseCqualityCmaintenanceA Model Context Protocol server enabling product searches across e-commerce platforms, price history tracking, and product specification-based searches using natural language prompts.Last updated219MIT
- Flicense-qualityDmaintenanceA Model Context Protocol server that enables Claude to manage software development projects with complete context awareness and code execution through Docker environments.Last updated184
- Alicense-qualityDmaintenanceA Model Context Protocol server for Claude Desktop that provides structured memory management across chat sessions, allowing Claude to maintain context and build a knowledge base within project directories.Last updated216MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/promokit/prestashop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server