Skip to main content
Connect your AI assistant to Shopify’s development resources using the Shopify Dev Model Context Protocol (MCP) server.

Overview

The Shopify Dev MCP server enables your AI assistant to search Shopify docs, explore API schemas, build Functions, and get up-to-date answers about Shopify APIs. This is particularly useful when building CreatorCommerce integrations that interact with Shopify.

Setup Instructions

Follow the official Shopify documentation to set up the Dev MCP server: Shopify Dev MCP Server Setup Guide

What You Can Do

After setting up the Shopify MCP server, your AI assistant can:
  • Search Shopify documentation
  • Explore GraphQL API schemas
  • Build Shopify Functions
  • Get help with Admin API, Storefront API, and other Shopify APIs
  • Validate GraphQL code blocks
  • Validate component code blocks

Supported APIs

The Shopify MCP server provides tools to interact with:
  • Admin GraphQL API
  • Customer Account API
  • Functions
  • Liquid
  • Partner API
  • Payment Apps API
  • Polaris Web Components
  • Storefront API

Integration with CreatorCommerce

When working on CreatorCommerce projects, the Shopify MCP server can help you:
  • Understand Shopify API endpoints you need to integrate with
  • Generate valid GraphQL queries for Shopify data
  • Build Shopify Functions for custom logic
  • Validate your Shopify API integrations