Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

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

README.md

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

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Observability servers.