shopify-mcp-server
2
The Shopify MCP Server is a tool to bridge Shopify store data with clients like Claude utilizing Model Context Protocol. It allows users to access product and customer lists, facilitating easy integration and interaction with Shopify data.
Shopify MCP Server
A Model Context Protocol (MCP) server designed to connect clients like Claude with Shopify store data. This server offers tools like get-product-list
and get-customer-list
to retrieve product and customer data from a Shopify store.
Features
- Connects with Shopify to access store data.
- Offers tools to retrieve product and customer lists.
Prerequisites
- Python 3.12+
- Shopify store and API credentials
Installation
- Clone the repository and navigate to the directory.
- Set up a virtual environment and install the package.
Configuration
- Create a
.env
file with Shopify credentials.
Usage
- Start the server to use provided tools to fetch products and customers.
Development
- Utilizes MCP for AI tools, Shopify Python API for integration, and UV for dependencies.
Security
- Keep
.env
files and API credentials secure.
License
MIT License.
Contributing
Steps to contribute to the project: fork, branch, commit, push, and create a pull request.