AdminAgent
Provides tools for managing Shopify store products, collections, analytics, and bulk operations via the Admin API.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AdminAgentList all active products"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AdminAgent
AI-powered Shopify Admin via Claude + MCP. Manage your entire store through conversation.
What It Does
21 MCP tools that give Claude full control over products, collections, analytics, and bulk operations in your Shopify store.
Domain | Tools | Examples |
Products | 11 | List, create, update, delete, duplicate, manage variants/options |
Collections | 6 | List, create, update, delete, add/remove products |
Analytics | 1 | Run any ShopifyQL query (revenue, orders, sessions, products) |
Bulk Ops | 3 | Submit bulk queries, check status, cancel |
Related MCP server: MCP Shopify
Setup
Create a custom app in your Shopify admin (Settings → Apps → Develop apps)
Grant API scopes:
read_products,write_products,read_reportsInstall the app and copy the Admin API access token
# Clone and install
cd /path/to/admin-agent
python3.12 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
# Configure
cp .env.example .env
# Edit .env: set SHOPIFY_STORE and SHOPIFY_ACCESS_TOKEN
# Register with Claude Code
claude mcp add admin-agent .venv/bin/python server.pyUsage
"List all active products"
"Create a product called 'Summer Tee' priced at $29.99"
"Show me revenue by product type for the last 90 days"
"Export all products via bulk query"Stack
Python 3.12 · FastMCP · Shopify Admin GraphQL API (2026-04) · httpx
Safety
Every tool is classified by destructiveness:
Read (Tier 0): No confirmation needed
Write (Tier 1): Preview changes before executing
Destructive (Tier 2): Explicit confirmation required
Bulk (Tier 3): Count + preview + confirm
Dangerous operations (payments, domains, checkout, tax) are intentionally excluded.
This server cannot be deployed
Maintenance
Related MCP Connectors
AI commerce for Shopify: product search, comparison, recommendations, and checkout via MCP.
Run your ecommerce ads from Claude & ChatGPT: Meta, Google, Amazon, Shopify (150 tools)
- MaShop MCPOAuthapp.mashop
Build, deploy and manage MaShop e-commerce projects from Claude, Cursor or any MCP client.
Manage WordPress blogs and WooCommerce shops from Claude, ChatGPT, Cursor and other MCP apps.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Shopify store data (products, customers, orders) via GraphQL, providing comprehensive tools for store management through Claude.86 npm3MIT
- AlicenseNot gradedqualityFmaintenanceA comprehensive MCP server for Shopify Admin API integration, enabling AI assistants to manage products, orders, customers, inventory, analytics, and more through natural language.15 npm18MIT
- AlicenseCqualityDmaintenanceConnects your Shopify store data to Claude Desktop, enabling access to products, orders, customers, inventory, and more through natural language.151,760 npm4MIT
- FlicenseNot gradedqualityDmaintenanceEnables to manage Shopify store resources like products, orders, customers, inventory, and collections through natural language using the Shopify Admin API.-