shopify-storefront-mcp-server

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

  1. Clone the repository
  2. Install dependencies
  3. Configure environment variables
  4. Generate a Storefront API token
  5. 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.