Ecommerce

Shopify MCP Server

Connect your account, then chat with AI to run tools.

Complete Shopify store management. Products, orders, customers, inventory, locations, and shop configuration. Build AI-powered commerce workflows with full access to the Shopify Admin GraphQL API.

19 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Shopify — workflow patterns, data models, and gotchas for your AI agent.

Shopify

Shopify is a commerce platform. This bundle manages store data via the Admin GraphQL API.

Data Model

  • Products — merchandise with variants, images, and collections. Status: ACTIVE, DRAFT, ARCHIVED.
  • Orders — purchase transactions with line items, fulfillments, and financials.
  • Customers — buyer profiles with email, addresses, order history, and tags.
  • Inventory — stock levels per variant per location. Adjustments are relative or absolute.
  • Locations — warehouses and retail stores that track their own inventory.

Workflow

  1. Start with shop info to confirm the connection and get store config.
  2. Browse products with filtering/search, then get full details for a specific product.
  3. Check orders sorted by date, then get details with line items and fulfillments.
  4. Manage inventory: list locations → get levels → adjust or set quantities.
  5. Customer lookup: search by email or name → get profile with order history.

Gotchas

  • Global IDs: Use full gid://shopify/Product/123 format in mutations. Tools auto-convert numeric IDs.
  • Pagination: Cursor-based with first/after. Check pageInfo.hasNextPage and pass endCursor.
  • Product status: Defaults to DRAFT. Set to ACTIVE for storefront visibility.
  • Inventory per variant: Stock tracked per variant per location, not per product.
  • Prices are strings: e.g. "29.99", not numeric.
  • Rate limits: 1000 cost points max, restored at 50/second. Complex queries cost more.

Tools in this Server (19)

Shopify Adjust Inventory

Adjust inventory quantity for an item at a specific location. Use positive delta to add stock and negative delta to remove stock. This is a relative a...

Shopify Cancel Order

Cancel a Shopify order. Optionally refund the payment, restock items, and notify the customer. Provide a reason for the cancellation.

Shopify Close Order

Close a Shopify order. Closing marks the order as complete and removes it from the open orders list. Only orders that are fully paid and fulfilled sho...

Shopify Create Customer

Create a new customer in the Shopify store. Email is required. Optionally provide name, phone, tags, note, and addresses.

Shopify Create Product

Create a new product in the Shopify store. Provide a title and optionally description, vendor, product type, tags, status, and variants. Products defa...

Shopify Delete Product

Permanently delete a product from the Shopify store. This removes the product, all its variants, and associated media. This action cannot be undone.

Shopify Get Customer

Get full details of a single Shopify customer including all addresses, marketing consent, tax exemptions, and their 10 most recent orders.

Shopify Get Customers

List customers from the Shopify store with optional filtering, sorting, and pagination. Returns name, email, phone, order count, total spent, tags, an...

Shopify Get Inventory Levels

Get inventory levels at a specific location. Returns available, on-hand, committed, and incoming quantities for each inventory item, along with SKU, v...

Shopify Get Locations

List active store locations (warehouses, retail stores, etc.). Locations are needed for inventory management — each location tracks its own stock leve...

Shopify Get Order

Get full details of a single Shopify order including all line items, billing/shipping addresses, customer info, fulfillments with tracking, transactio...

Shopify Get Orders

List orders from the Shopify store with optional filtering, sorting, and pagination. Returns order name (#1001), financial/fulfillment status, totals,...

Shopify Get Product

Get full details of a single Shopify product including description, SEO settings, all variants (with SKU, price, inventory, options), all images, and ...

Shopify Get Product Inventory

Get inventory details for all variants of a product across all locations. Returns available, on-hand, committed, and incoming quantities per variant p...

Shopify Get Products

List products from the Shopify store with optional filtering, sorting, and pagination. Returns product title, status, price range, vendor, inventory c...

Shopify Get Shop

Get Shopify shop details including name, domain, plan, currency, timezone, and billing address. Use this to validate the connection and retrieve store...

Shopify Set Inventory

Set the absolute on-hand inventory quantity for an item at a location. Unlike adjust, this sets the exact quantity rather than adding/subtracting. Use...

Shopify Update Customer

Update an existing Shopify customer. Only provided fields are changed — omitted fields remain unchanged.

Shopify Update Product

Update an existing Shopify product. Only the provided fields are changed — omitted fields remain unchanged. Can update title, description, vendor, pro...

Frequently Asked Questions

What is the Shopify MCP server?

Complete Shopify store management. Products, orders, customers, inventory, locations, and shop configuration. Build AI-powered commerce workflows with full access to the Shopify Admin GraphQL API. It provides 19 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Shopify to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/shopify. Authentication is handled automatically.

How many tools does Shopify provide?

Shopify provides 19 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Shopify require?

Shopify uses API Key or One-click sign in. Shopify requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Shopify to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/shopify

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Shopify?

Sign in to connect your credentials and start running tools from the chat.

Shopify MCP Server & Skill — 19 Tools