hdmt/shopify-admin-mcp
MCP server for Shopify Admin API operations
Platform-specific configuration:
{
"mcpServers": {
"shopify-admin-mcp": {
"command": "npx",
"args": [
"-y",
"shopify-admin-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Shopify Admin API operations
npm installSHOPIFY_SHOP_DOMAIN=your-store.myshopify.com
SHOPIFY_ACCESS_TOKEN=shpat_xxxxx{
"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"
}
}
}
}| Tool | Description | |------|-------------| | test_connection | Test API connection |
| 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 |
| 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 |
| Tool | Description | |------|-------------| | get_blogs | Get blog list | | get_articles | Get article list | | create_article | Create an article | | update_article | Update an article |
| Tool | Description | |------|-------------| | get_themes | Get theme list | | get_theme_asset | Get theme file | | update_theme_asset | Create or update theme file |
read_ordersread_products, write_productsread_content, write_contentread_themes, write_themesLoading reviews...