shopify-mcp

MCP server for Shopify api, usable on mcp hosts such as Claude and Cursor

GitHub Stars

75

User Rating

Not Rated

Favorites

0

Views

21

Forks

24

Issues

2

Installation
Difficulty
Beginner
Estimated 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

Edit claude_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

Troubleshooting

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.

Additional Resources