Hosted MCP server for AI product videos: import products, generate TikTok/Reels/Shorts clips, browse brand affiliate offers. OAuth or API key.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/artemecom/cartviral-mcp{
"mcpServers": {
"cartviral-mcp": {
"command": "node",
"args": ["/path/to/cartviral-mcp/dist/index.js"]
}
}
}Resumen de MCP Servers
# CartViral MCP Server
[](https://smithery.ai/servers/mercury-promotion/CartViral_mcp)
AI product videos for e-commerce, from any AI agent. [CartViral](https://cartviral.com) turns a product page into ready-to-post TikTok, Reels and Shorts clips. This hosted MCP server lets Claude, ChatGPT, Codex, Cursor and other agents import products, generate clips, fetch download links, browse brand affiliate offers and pitch brands.
- **Endpoint:** `https://app.cartviral.com/mcp` (Streamable HTTP, hosted, nothing to install)
- **Auth:** OAuth 2.1 (dynamic client registration, PKCE) or an API key
- **Registry:** [`com.cartviral/cartviral`](https://registry.modelcontextprotocol.io/v0/servers?search=cartviral) in the official MCP Registry
- **Docs:** https://cartviral.com/mcp
- **Smithery:** https://smithery.ai/servers/mercury-promotion/CartViral_mcp
- **Price:** free account with 48 credits; read-only tools cost nothing
## Connect
### Claude (web and desktop)
Settings → Connectors → **Add custom connector** → paste `https://app.cartviral.com/mcp` → Connect. Sign in to CartViral and approve access.
### ChatGPT
Add a custom connector (developer mode) with the URL `https://app.cartviral.com/mcp` and OAuth authentication.
### Claude Code
```bash
claude mcp add --transport http cartviral https://app.cartviral.com/mcp
# then run /mcp inside Claude Code and choose Authenticate
```
Or with an API key:
```bash
claude mcp add --transport http cartviral https://app.cartviral.com/mcp \
--header "Authorization: Bearer YOUR_KEY"
```
### Codex CLI
`~/.codex/config.toml`:
```toml
[mcp_servers.cartviral]
url = "https://app.cartviral.com/mcp"
bearer_token_env_var = "CARTVIRAL_API_KEY"
```
### Cursor
`~/.cursor/mcp.json`:
```json
{
"mcpServers": {
"cartviral": {
"url": "https://app.cartviral.com/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}
```
### Any other client
Streamable HTTP, URL `https://app.cartviral.com/mcp`. Either let the client run the OAuth flow (discovery at `/.well-known/oauth-protected-resource/mcp`), or send `Authorization: Bearer YOUR_KEY` (or `x-api-key: YOUR_KEY`). Create keys at https://app.cartviral.com/account/agents.
## Tools
| Tool | What it does | Credits |
|---|---|---|
| `get_account` | Plan, credit balance, price of each clip type | 0 |
| `import_products` | Import a Shopify catalog (up to 750 products) or one product page from Shopify, Amazon, Etsy and most sites | 0 |
| `list_products` | Catalog with CartViral score (push / hold) | 0 |
| `generate_clips` | Montage, AI story reel, ad creative or avatar reel of a product, 9:16 | 1 / 4 / 4 / 10 per clip |
| `list_clips` | Render status and download links (valid 24 hours) | 0 |
| `list_offers`, `join_offer` | Creators: brand offers in CartViral Earn and your tracking link | 0 |
| `bring_a_brand`, `list_pitches` | 3 AI clips of a brand's product and a page to send it; who opened it | 12 per pitch |
Every tool declares `readOnlyHint`, `destructiveHint` and `openWorldHint`.
## Example prompts
- "Import https://yourstore.com and show me the 5 products with the best CartViral score."
- "Make 3 AI story clips of the top product and give me the download links when they're ready."
- "Find CartViral Earn offers that ship to the US with at least 20% commission and join the best one."
- "Pitch these Shopify brands: [links]. Tomorrow, tell me which ones opened the page."
## Security
- OAuth tokens are opaque and stored hashed; access tokens last 1 hour, refresh tokens rotate on every use. Disconnect any app in Account → AI agents.
- A token or key acts as your account (same credits and limits as the web app). Up to 120 calls per minute per key.
- Agents never post to social media for you: they make and fetch clips, you post.
## Support
support@cartviral.com · https://cartviral.com
Lo que la gente pregunta sobre cartviral-mcp
¿Qué es artemecom/cartviral-mcp?
+
artemecom/cartviral-mcp es mcp servers para el ecosistema de Claude AI. Hosted MCP server for AI product videos: import products, generate TikTok/Reels/Shorts clips, browse brand affiliate offers. OAuth or API key. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-23.
¿Cómo se instala cartviral-mcp?
+
Puedes instalar cartviral-mcp clonando el repositorio (https://github.com/artemecom/cartviral-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 artemecom/cartviral-mcp?
+
Nuestro agente de seguridad ha analizado artemecom/cartviral-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 artemecom/cartviral-mcp?
+
artemecom/cartviral-mcp es mantenido por artemecom. La última actividad registrada en GitHub es del 2026-09-23, con 0 issues abiertos.
¿Hay alternativas a cartviral-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega cartviral-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/artemecom-cartviral-mcp)<a href="https://claudewave.com/repo/artemecom-cartviral-mcp"><img src="https://claudewave.com/api/badge/artemecom-cartviral-mcp" alt="Featured on ClaudeWave: artemecom/cartviral-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
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ and follow here for daily tips and tricks: https://x.com/Scrapling_dev
The fastest path to AI-powered full stack observability, even for lean teams.