shopify-storefront-mcp-server
1
The Shopify Storefront MCP Server integrates with the Shopify Storefront API, enabling AI assistants to access and manage Shopify store data through MCP protocols. Notable features include product data access, cart management, GraphQL support, and customer data operations.
Shopify Storefront MCP Server
This server provides access to the Shopify Storefront API via MCP, allowing AI assistants to interact with Shopify store data.
Features
- Access product, collection, and inventory data
- Cart creation and management
- GraphQL queries and mutations support
- Automatic token handling and validation
- Easy integration with MCP-compatible AI assistants
Setup Instructions
- Clone the repository
- Install dependencies
- Configure environment variables
- Generate a Storefront API token
- Run the server
Usage Examples
The server exposes MCP tools for Shopify storefront detection, GraphQL queries, and customer data operations.
Data Privacy & Storage
Customer data is stored in user_data/customer.json
and should not be committed to version control.
Creating Checkouts with Customer Data
Combine customer_data
and shopify_storefront_graphql
tools to create Shopify checkouts including customer information.