@shoppexio/mcp-shoppex
v0.1.0
Published
Shoppex MCP meta-package — bundles the commerce and theme MCP servers and offers a single CLI install command.
Maintainers
Readme
@shoppexio/mcp-shoppex
One-shot installer for the full Shoppex MCP surface (commerce + themes).
The simplest way to wire Shoppex into Claude Desktop, Claude Code, Cursor, or Windsurf:
npx @shoppexio/mcp-shoppex install --api-key shx_your_dev_api_keyThat's it. Restart your MCP client and both Shoppex MCP servers are live.
What it installs
- @shoppexio/mcp-commerce-server — 51 tools for products, orders, customers, coupons, payment links, categories, webhooks, invoices, disputes, licenses, affiliates, subscriptions, tickets, blacklist, analytics.
- @shoppexio/mcp-theme-server — 21 tools for theme inspection, editing, previews, publishing, rollbacks.
Usage
# Install into Claude Desktop (default)
npx @shoppexio/mcp-shoppex install --api-key shx_...
# Install into a different client
npx @shoppexio/mcp-shoppex install --client cursor --api-key shx_...
npx @shoppexio/mcp-shoppex install --client windsurf --api-key shx_...
npx @shoppexio/mcp-shoppex install --client claude-code --api-key shx_...
# Use a custom backend (e.g. local dev)
npx @shoppexio/mcp-shoppex install --api-key shx_... --api-url http://localhost:3002
# Check what's installed
npx @shoppexio/mcp-shoppex status
# Remove
npx @shoppexio/mcp-shoppex uninstallSupported clients
| Client | Config file |
|--------|-------------|
| claude-desktop (default) | ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) |
| claude-code | ~/.claude.json |
| cursor | ~/.cursor/mcp.json |
| windsurf | ~/.codeium/windsurf/mcp_config.json |
Advanced usage
For more control, use the full CLI directly:
npm install -g @shoppexio/cli
shoppex auth login --api-key shx_...
shoppex mcp install
shoppex mcp statusDocs
License
Proprietary. © Shoppex.
