Shopify Admin MCP

Shopify Admin MCP

A Model Context Protocol server that enables managing Shopify store operations including products, collections, discounts, blogs, themes, and navigation through the Shopify Admin API.

Category
Visit Server

README

Shopify Admin MCP

MCP server for Shopify Admin API operations

日本語版はこちら

Setup

npm install

Environment Variables

SHOPIFY_SHOP_DOMAIN=your-store.myshopify.com
SHOPIFY_ACCESS_TOKEN=shpat_xxxxx

Claude Desktop Configuration

{
  "mcpServers": {
    "shopify-admin": {
      "command": "node",
      "args": ["--experimental-strip-types", "/path/to/shopify-admin-mcp/src/index.ts"],
      "env": {
        "SHOPIFY_SHOP_DOMAIN": "your-store.myshopify.com",
        "SHOPIFY_ACCESS_TOKEN": "shpat_xxxxx"
      }
    }
  }
}

Available Tools

System

Tool Description
test_connection Test API connection

Products

Tool Description
search_products Search products (by title, vendor, etc.)
get_product Get product details (by ID or handle)
create_product Create a new product with optional variants
update_product Update product info (title, description, status, SEO, etc.)
upload_product_image Add images to a product from public URLs
get_monthly_ranking Get monthly sales ranking

Collections

Tool Description
get_collections Search and list collections
get_collection Get collection details
create_collection Create a collection
add_products_to_collection Add products and set sort order
duplicate_collection Duplicate a collection

Blog

Tool Description
get_blogs Get blog list
get_articles Get article list
create_article Create an article
update_article Update an article

Theme

Tool Description
get_themes Get theme list
get_theme_asset Get theme file
update_theme_asset Create or update theme file

Menu

Tool Description
get_menus Get navigation menus with items
update_menu Update a navigation menu

Discounts

Tool Description
get_discounts List all discounts (code + automatic)
get_discount Get a single discount detail by ID
create_discount_code_basic Create a code discount (amount/% off)
update_discount_code_basic Update a basic code discount
create_discount_automatic_basic Create an auto-applied basic discount
update_discount_automatic_basic Update an auto-applied basic discount
create_discount_code_bxgy Create a BXGY (buy X get Y) code discount
update_discount_code_bxgy Update a BXGY code discount
create_discount_automatic_bxgy Create an auto-applied BXGY discount
update_discount_automatic_bxgy Update an auto-applied BXGY discount
create_discount_code_free_shipping Create a free shipping code discount
update_discount_code_free_shipping Update a free shipping code discount
create_discount_automatic_free_shipping Create an auto-applied free shipping discount
update_discount_automatic_free_shipping Update an auto-applied free shipping discount
activate_discount Activate (enable) a discount
deactivate_discount Deactivate (disable) a discount

Required API Scopes

  • read_orders
  • read_products, write_products
  • read_content, write_content
  • read_themes, write_themes
  • read_online_store_navigation, write_online_store_navigation
  • read_discounts, write_discounts

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured