Skip to main content
Glama
promokit

Promokit Prestashop MCP Server

by promokit

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-mcp

2. Install Dependencies

npm install

3. Configure Environment Variables

Create a .env file in the project root:

cp .env.example .env

Edit the .env file with your configuration:

API_KEY=your-api-key-here
API_URL=https://your-api-endpoint.com

4. Build the Project

For TypeScript projects:

npm run build

5. Test the Server

Run the server locally to verify it works:

npm start

Or for development mode:

npm run dev

Adding 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.json

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Linux: ~/.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.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.
    11 npm
    3
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A 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.
    4 npm
    6
    MIT