Skip to main content
ClaudeWave

ecommerce mcp

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Topics declared
  • Mature repo (>1y old)
  • Documented (README)
Last scanned: 9/3/2026
Install in Claude Code / Claude Desktop
Method: NPX · mantis-mcp
Claude Code CLI
claude mcp add mantis-mcp -- npx -y mantis-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mantis-mcp": {
      "command": "npx",
      "args": ["-y", "mantis-mcp"],
      "env": {
        "MANTIS_API_URL": "<mantis_api_url>",
        "MANTIS_AUTH_TOKEN": "<mantis_auth_token>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
MANTIS_API_URLMANTIS_AUTH_TOKEN
Use cases

MCP Servers overview

# Mantis MCP Server

AI assistant tools for building high-converting immersive commerce showrooms from your existing e-commerce catalog. Built on Mantis's production immersive-commerce platform, used by Fortune 500 brands including New Balance, with deployments spanning the Paris 2024 Olympics, MLB, NHL, and the Premier League.

Part of Mantis's vision for agent-invoked immersive commerce infrastructure. Learn more at [mantisxr.com](https://mantisxr.com).

## Quick Start

```bash
npx mantis-mcp
```

Or install globally:

```bash
npm install -g mantis-mcp
```

Then configure in Claude Desktop, Cursor, or any MCP-compatible client (see [Configuration](#configuration) below).

## Status

The Mantis showroom platform this MCP connects to is live in production, used by Fortune 500 brands including New Balance, with deployments including the Paris 2024 Olympics, Chicago Cubs (MLB), St. Louis Blues (NHL), and Burnley FC and other Premier League clubs. This MCP server is how that platform gets exposed to AI agents, and it's actively in development. Some tools are fully wired to the real platform API today; others are simulated while backend endpoints are being built out. See the tool status below for exactly what's real versus in progress.

## Setup

### Environment Variables (Optional)

Configure these to connect to the real Mantis API:

```bash
MANTIS_API_URL=https://your-mantis-instance.com
MANTIS_AUTH_TOKEN=your_token_here
```

Mantis users receive their API URL and auth token during account setup. Without these, tools work with simulated data for code generation and planning.

### Configuration

**Claude Desktop:**
1. Open Settings → Developer → Edit Config
2. Add:
```json
{
  "mcpServers": {
    "mantis-mcp": {
      "command": "npx",
      "args": ["mantis-mcp"]
    }
  }
}
```

**Cursor:**
1. Settings → MCP Servers → Add new server
2. Configure with `npx mantis-mcp`

**Other MCP clients:** Use `npx mantis-mcp` or `node /path/to/dist/index.js`

## Tools

### ✅ Fully Working (no API required)

**installMantisSDK**
Generates installation commands and .npmrc setup for integrating Mantis SDK into React, Vue, Next.js, Shopify, or vanilla JavaScript projects.

**createMantisIntegration**
Generates complete, framework-specific integration code with event handlers, cart integration, and analytics tracking.

**generateEventHandler**
Creates event handler code for Mantis SDK events (cart-opened, model-click, variant-changed, etc.).

**analyzeConsoleErrors**
Pattern-matches common errors (SDK not loaded, postMessage blocked, WebGL issues) and provides fixes with code examples.

**checkBrowserCompatibility**
Checks browser compatibility for WebGL, postMessage, fullscreen, and other immersive features with polyfill recommendations.

### 🟡 Partially Working (uses real API when configured)

**validateSetup**
Validates Mantis SDK installation. Calls real `showrooms.getShowroom` API if `MANTIS_API_URL` is configured, otherwise returns sample validation checks.

**importCatalog**
Imports product catalogs from Shopify (real API), CSV, or manual input. Data parsed successfully; backend storage endpoints pending.

**createStore**
Creates an immersive showroom. Attempts real `showrooms.createShowroom` API call if configured, falls back to mock response with guidance.

**publishStore**
Publishes showroom live. Attempts real `showrooms.updateShowroom` API if configured, otherwise simulates status change to active.

### 🔴 Mocked (simulated data, backend endpoints pending)

**debugPostMessage**
Simulates postMessage debugging scenarios with realistic message timelines, origin checks, and error patterns.

**testMantisEvent**
Simulates SDK event testing (model-loaded, add-to-cart, etc.) with validation and performance timing.

**simulateUserFlow**
Simulates multi-step user interaction flows (load → click → add-to-cart) with realistic delays and error scenarios.

**getPerformanceMetrics**
Generates simulated performance data (FPS, load times, memory, GPU) based on requested metrics.

**analyzeEventFlow**
Simulates event flow analysis with conversion funnels, dropoff points, and user behavior patterns.

## What This MCP Does Not Do

**Immersive Asset Generation:** Mantis does not provide automated conversion of product photos into immersive-ready assets. Merchants must provide immersive-ready assets (.glb/.gltf files) when creating products. This is an intentional scope decision: automated asset generation is a commoditizing service layer that multiple companies have attempted without building sustainable businesses. Mantis's value is the immersive showroom platform, merchandising intelligence, and agent-invokable commerce infrastructure—not asset generation.

## Development

```bash
# Clone and install
git clone https://github.com/kahlilashanti/mantis-mcp.git
cd mantis-mcp
npm install

# Build
npm run build

# Run locally
npm start
```

## License

MIT

## Links

- [Mantis Platform](https://mantisxr.com)
- [GitHub Issues](https://github.com/kahlilashanti/mantis-mcp/issues)
- [Model Context Protocol](https://modelcontextprotocol.io)
agentic-commerceai-toolsecommerceimmersive-commercemcpmcp-servermodel-context-protocolshopifyspatial-commerce

What people ask about mantis-mcp

What is kahlilashanti/mantis-mcp?

+

kahlilashanti/mantis-mcp is mcp servers for the Claude AI ecosystem. ecommerce mcp It has 0 GitHub stars and its last recorded update is dated 2026-09-02.

How do I install mantis-mcp?

+

You can install mantis-mcp by cloning the repository (https://github.com/kahlilashanti/mantis-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is kahlilashanti/mantis-mcp safe to use?

+

Our security agent has analyzed kahlilashanti/mantis-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains kahlilashanti/mantis-mcp?

+

kahlilashanti/mantis-mcp is maintained by kahlilashanti. The last recorded GitHub activity is dated 2026-09-02, with 0 open issues.

Are there alternatives to mantis-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mantis-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: kahlilashanti/mantis-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/kahlilashanti-mantis-mcp)](https://claudewave.com/repo/kahlilashanti-mantis-mcp)
<a href="https://claudewave.com/repo/kahlilashanti-mantis-mcp"><img src="https://claudewave.com/api/badge/kahlilashanti-mantis-mcp" alt="Featured on ClaudeWave: kahlilashanti/mantis-mcp" width="320" height="64" /></a>

More MCP Servers

mantis-mcp alternatives