shopify-mcp
A simple Model Context Protocol (MCP) server that connects your Shopify store data to Claude Desktop, allowing Claude to access your store information.
Added on 3/28/2025
Shopify MCP Server for Claude Desktop
This is a simple Model Context Protocol (MCP) server that connects your Shopify store data to Claude Desktop, allowing Claude to access your store information.
Setup
-
Install dependencies:
npm install -
Create a
.envfile with your Shopify credentials:SHOPIFY_STORE_NAME=your-store-name SHOPIFY_API_ACCESS_TOKEN=your-access-token -
Build the TypeScript code:
npm run build -
Run the MCP server:
npm start -
In Claude Desktop, set the MCP server to point to this server. You should now be able to access your Shopify data.
Features
- Browse products with
shopify://products - View product details with
shopify://product/{id} - Search for products using the
search_shopifytool
License
MIT
Similar Resources
Developer Tools