loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

shopify-admin-mcp

MCP Tool

hdmt/shopify-admin-mcp

MCP server for Shopify Admin API operations

Install

$ npx loaditout add hdmt/shopify-admin-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "shopify-admin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shopify-admin-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

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) | | 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 |

Required API Scopes
  • read_orders
  • read_products, write_products
  • read_content, write_content
  • read_themes, write_themes

Tags

mcpmcp-servershopify

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated20 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/26/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/hdmt/shopify-admin-mcp)](https://loaditout.ai/skills/hdmt/shopify-admin-mcp)