rushikeshmore/admin-agent
AI-powered Shopify Admin via Claude + MCP. 21 tools: products, collections, ShopifyQL analytics, bulk operations. Full store management through conversation.
Platform-specific configuration:
{
"mcpServers": {
"admin-agent": {
"command": "npx",
"args": [
"-y",
"admin-agent"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
AI-powered Shopify Admin via Claude + MCP. Manage your entire store through conversation.
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 |
read_products, write_products, read_reports# 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.py"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"Python 3.12 · FastMCP · Shopify Admin GraphQL API (2026-04) · httpx
Every tool is classified by destructiveness:
Dangerous operations (payments, domains, checkout, tax) are intentionally excluded.
Loading reviews...