
Shopping System MCP
Supports UIby felixzhu97
Manage products, users, and orders for a comprehensive e-commerce monorepo system.
What it does
Integrates with a full-stack shopping system monorepo, providing the AI with tools to manage an e-commerce backend including product catalogs, user accounts, and order processing.
Tools
manage_products: CRUD operations for the product catalog and category filtering.manage_users: Handle user registration, login, and profile management.manage_cart: Add, update, and remove items from shopping carts.manage_orders: Create, list, and update the status of customer orders.get_recommendations: Retrieve product-based recommendations for users.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"shopping-system": {
"command": "pnpm",
"args": ["run", "start:api"]
}
}
}
Supported hosts
Confirmed for Claude Desktop.
Quick install
pnpm run start:apiInformation
- Pricing
- free
- Published
- 4/20/2026
- stars






