shopify-py-mcp
If you are the rightful owner of shopify-py-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Shopify Python MCP Server allows integration with Shopify API to manage product information from Claude Desktop.
The Shopify Python MCP Server is designed to facilitate seamless interaction with the Shopify API, enabling users to manage product information directly from Claude Desktop. This server provides a robust interface for retrieving, creating, updating, and deleting product data on a Shopify store. By leveraging the Model Context Protocol (MCP), it ensures efficient communication and data handling between the client and the Shopify platform. Users can configure the server with necessary environment variables such as the Shopify store URL, API key, and password to authenticate and perform operations. The server supports various product management tasks, making it a versatile tool for e-commerce businesses looking to streamline their product management processes.
Features
- list_products: Retrieve a list of products with a specified limit.
- get_product: Fetch detailed information about a specific product using its ID.
- create_product: Create a new product with specified attributes such as title, description, and images.
- update_product: Update existing product details including title, description, and status.
- delete_product: Remove a product from the Shopify store using its ID.