Shopify MCP Server
Description
# Shopify MCP Server A Model Context Protocol (MCP) server to connect clients like Claude with Shopify store data. This server exposes tools for retrieving product and customer information from your Shopify store. ## Tools - `get-product-list`: Retrieve a list of products from…
About
# Shopify MCP Server A Model Context Protocol (MCP) server to connect clients like Claude with Shopify store data. This server exposes tools for retrieving product and customer information from your Shopify store. ## Tools - `get-product-list`: Retrieve a list of products from your Shopify store - `get-customer-list`…
Details
- Author
- siddhantbajaj
- GitHub stars
- 6
- Downloads
- 339
- Categories
- Other, API, AI
Jump to
- get-product-list: retrieve a list of products from your Shopify store
- get-customer-list: retrieve a list of customers from your Shopify store
- Optional limit parameter for both tools
- Structured response format (title, ID, price, etc.)
- Built on the Model Context Protocol (MCP)
- Uses the Shopify Python API for integration
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Shopify MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
1. Prerequisites: Python 3.12+, a Shopify store with API access, and Shopify API credentials.
2. Clone the repository, create and activate a virtual environment with uv, then install the package with uv pip install -e .
3. Create a .env file with your SHOPIFY_SHOP_URL, SHOPIFY_API_KEY, SHOPIFY_PASSWORD, and SHOPIFY_ACCESS_TOKEN.
4. Start the server by running python -m shopify_mcp_server.server.
5. Use the tools get-product-list and get-customer-list, each with an optional limit parameter (default: 10).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"shopify mcp server": {
"shopify-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}
}
McpServers
{
"shopify-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
Shopify MCP Server
A Model Context Protocol (MCP) server to connect clients like Claude with Shopify store data. This server exposes tools for retrieving product and customer information from your Shopify store.
Tools
- get-product-list: Retrieve a list of products from your Shopify store
- get-customer-list: Retrieve a list of customers from your Shopify store
- More to come soon
Prerequisites
- Python 3.12 or higher
- A Shopify store with API access
- Shopify API credentials (API Key, Password, and Access Token)
Installation
1. Clone the repository:
git clone https://github.com/siddhantbajaj/shopify-mcp-server.git
cd shopify-mcp-server
2. Create and activate a virtual environment using uv:
```bash
uv venv
source .venv/bin/activate # On Unix/MacOS
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





