ecommerce mcp
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Topics declared
- ✓Mature repo (>1y old)
- ✓Documented (README)
claude mcp add mantis-mcp -- npx -y mantis-mcp{
"mcpServers": {
"mantis-mcp": {
"command": "npx",
"args": ["-y", "mantis-mcp"],
"env": {
"MANTIS_API_URL": "<mantis_api_url>",
"MANTIS_AUTH_TOKEN": "<mantis_auth_token>"
}
}
}
}MANTIS_API_URLMANTIS_AUTH_TOKENResumen de MCP Servers
# 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)
Lo que la gente pregunta sobre mantis-mcp
¿Qué es kahlilashanti/mantis-mcp?
+
kahlilashanti/mantis-mcp es mcp servers para el ecosistema de Claude AI. ecommerce mcp Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-02.
¿Cómo se instala mantis-mcp?
+
Puedes instalar mantis-mcp clonando el repositorio (https://github.com/kahlilashanti/mantis-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar kahlilashanti/mantis-mcp?
+
Nuestro agente de seguridad ha analizado kahlilashanti/mantis-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene kahlilashanti/mantis-mcp?
+
kahlilashanti/mantis-mcp es mantenido por kahlilashanti. La última actividad registrada en GitHub es del 2026-09-02, con 0 issues abiertos.
¿Hay alternativas a mantis-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega mantis-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!