PrestaShop MCP Server
JSON →A server for managing PrestaShop e-commerce stores through a unified product API.
Install
pip install -r Tools · 29
- get_products UNIFIED Product retrieval supporting all use cases: Single Product by ID, Multiple Products, Flexible Enhancement, Smart Filtering
- create_product Create new products with complete configuration
- update_product Edit product information
- delete_product Remove products
- update_product_stock Manage inventory levels
- update_product_price Update pricing
- get_categories Retrieve categories (with hierarchy filter)
- create_category Create new categories
- update_category Edit categories
- delete_category Remove categories
- get_customers Retrieve and filter customers
- create_customer Create new customers
- update_customer Edit customer data
- get_orders Retrieve and filter orders
- update_order_status Change order status
- get_order_states Retrieve available statuses
- get_modules List all PrestaShop modules
- get_module_by_name Get specific module details
- install_module Install new modules
- update_module_status Activate/deactivate modules
- get_main_menu_links Retrieve ps_mainmenu navigation links
- update_main_menu_link Edit existing menu links
- add_main_menu_link Add new navigation links
- clear_cache Clear PrestaShop cache (all types)
- get_cache_status Monitor cache configuration
- get_themes Get current theme information
- update_theme_setting Configure theme settings
- test_connection Test API connection
- get_shop_info Comprehensive store statistics
Environment variables
PRESTASHOP_SHOP_URLPRESTASHOP_API_KEYYOUR_API_KEY
Links
★ 8 GitHub stars