LOVIX AI
MCP Server

Lovix AI MCP Server: use Lovix inside Claude Code, Codex, Cursor and AI agents.

Connect Lovix AI to your agent workflow and generate videos, UGC AI ads, product clips, optimized prompts and library lookups without opening the web app.

Create API key
Run Lovix MCP locally
npx -y lovixai-mcp-server

Install once, then ask your agent to connect Lovix with your API key.

Setup

One-command setup

Run the MCP add command, then ask your agent to connect Lovix. The server will guide you in English and request your Lovix API key.

Connect in chat

Ask: connect Lovix with my API key. The MCP server validates the key, then stores it locally for future sessions.

Security

Keys can be revoked from the dashboard. Lovix stores only a hash and prefix on the server side, never the full key.

Generation

Video generation uses existing Lovix credit checks, library storage, polling and result URLs.

Client commands

Claude Code, Cursor and Codex

Use the local stdio MCP package with `npx`. You do not need to paste JSON configuration manually.

# Claude Code
claude mcp add lovix -- npx -y lovixai-mcp-server

# Then ask Claude:
What can I do with Lovix AI MCP?
Connect Lovix with my API key.

# Optional advanced mode with env key
claude mcp add -e LOVIX_API_KEY=lvx_live_your_key lovix -- npx -y lovixai-mcp-server
Tools

Available Lovix MCP commands

lovix_help

Explain what Lovix MCP can do and show ready-to-use commands in English.

lovix_status

Check whether your local MCP server is connected to a Lovix API key.

lovix_connect

Connect Lovix by saving your API key locally after the agent asks for it.

lovix_optimize_prompt

Optimize a rough idea into a complete Lovix AI generation prompt.

lovix_generate_video

Generate a Lovix AI video from a prompt and optional product references.

lovix_generate_ugc_ad

Create a vertical creator-style UGC AI ad from product image, hook and CTA.

lovix_generate_product_video

Create a product-focused video from image, benefit, scene and motion.

lovix_upload_reference

Upload a local image file and return a Lovix reference URL.

lovix_poll_generation

Check a generation until it is completed or failed.

lovix_list_videos

List recent Lovix videos and uploaded assets.

lovix_estimate_generation_cost

Estimate credits needed for a selected duration.

Examples

Commands to try in your agent

Connect Lovix with my API key.

What can I do with Lovix AI MCP?

Use Lovix to create a 9:16 UGC ad from this product image.

Upload this local product image to Lovix, then generate three TikTok UGC ad concepts.

Optimize this rough prompt for a premium product video.

Generate a Shopify product video with a macro push-in and final CTA.

Poll my latest Lovix generation until it is completed.

List my last 10 Lovix videos.

Troubleshooting

Common fixes

401 authentication error

Confirm the key starts with lvx_live_ and is set in the MCP client environment as LOVIX_API_KEY.

402 insufficient credits

Add credits in the Lovix dashboard. MCP generation uses the same credit balance as the web app.

Upload failed

Use JPG, PNG, WebP, GIF or AVIF files below 10 MB for local reference uploads.