GitHub Stars
75
User Rating
Not Rated
Favorites
0
Views
21
Forks
24
Issues
2
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Node.js: 16 or higher
Shopify Custom App Access Token: Obtain this following the setup instructions.
Installation Steps
1. Clone Repository
bash
git clone https://github.com/GeLi2001/shopify-mcp.git
cd shopify-mcp
2. Install Dependencies
bash
npm install
3. Configure Claude Desktop
Editclaude_desktop_config.json to add the MCP server:
json
{
"mcpServers": {
"shopify": {
"command": "npx",
"args": [
"shopify-mcp",
"--accessToken",
"",
"--domain",
".myshopify.com"
]
}
}
}
4. Start Server
bash
npx shopify-mcp