Skip to main content
Glama

Promokit Prestashop MCP Server

by promokit
3
  • Apple
  • Linux

Promokit Prestashop MCP Server

System Requirements

  • Node.js 20.0.0 or higher (recommended: latest LTS version)
  • Claude Desktop

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.

-
security - not tested
F
license - not found
-
quality - not tested

A Model Context Protocol server designed to integrate with Claude Desktop, allowing users to interact with Prestashop e-commerce platforms through natural language interfaces.

  1. System Requirements
    1. Installation
      1. 1. Clone the Repository
      2. 2. Install Dependencies
      3. 3. Configure Environment Variables
      4. 4. Build the Project
      5. 5. Test the Server
    2. Adding MCP Server to Claude Desktop
      1. 1. Locate the Configuration File
      2. 2. Edit the Configuration
      3. 3. Restart Claude Desktop
      4. 4. Verify Connection

    Related MCP Servers

    • -
      security
      F
      license
      -
      quality
      A Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.
      Last updated -
      32
      5
      TypeScript
      • Apple
    • -
      security
      F
      license
      -
      quality
      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.
      Last updated -
      2
      TypeScript
    • A
      security
      A
      license
      A
      quality
      Model Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.
      Last updated -
      1
      24
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that enables Claude to interact with Mattermost instances, supporting post management, channel operations, user management, and reaction management.
      Last updated -
      1
      1
      TypeScript
      MIT License

    View all related MCP servers

    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