MCP Hub
Back to servers

xSkill AI

AI content generation with 50+ models: image, video, TTS, voice cloning, and more.

Updated
Feb 18, 2026

xSkill AI — Cursor Plugin

AI content generation toolkit for Cursor. Generate images, videos, synthesize speech, clone voices, and more — all from your editor.

Seedance 2.0 — Featured Model

Seedance 2.0 All-in-One is ByteDance's next-generation AI video model, now available through xSkill AI.

Capabilities

  • Text-to-Video — Generate videos from text prompts
  • Image-to-Video — Animate still images into video
  • First & Last Frame — Control start and end frames for precise transitions
  • Omni Reference Mode — Mix images, videos, and audio as references in a single generation
    • Up to 9 reference images, 3 reference videos, 3 audio clips
    • Use @image_file_1, @video_file_1, @audio_file_1 syntax in prompts to control each asset
  • Native Audio Sync — Phoneme-level lip sync across 8+ languages
  • Multi-Shot Narrative — Generate coherent multi-shot sequences from a single prompt
  • Cinema-Grade Output — Up to 2K resolution, 4–15 seconds duration, ~60s generation time

Two Variants

VariantSpeedWith Video RefWithout Video Ref
seedance_2.0_fastFast (default)20 credits/sec10 credits/sec
seedance_2.0Standard (higher quality)40 credits/sec20 credits/sec

Quick Examples

Text-to-Video:

prompt: "A young woman in a red dress spinning in a flower field, sunlight streaming, petals drifting"
model: seedance_2.0_fast
ratio: 16:9
duration: 8

Omni Reference — Motion Transfer:

prompt: "@image_file_1 performs the dance moves from @video_file_1 with cinematic lighting"
model: seedance_2.0_fast
functionMode: omni_reference
image_files: ["https://example.com/character.png"]
video_files: ["https://example.com/dance.mp4"]

First & Last Frame Video:

prompt: "Smooth transition between two scenes"
model: seedance_2.0_fast
functionMode: first_last_frames
filePaths: ["https://example.com/start.png", "https://example.com/end.png"]
duration: 5

All Features

  • 50+ AI Models — FLUX, Kling, Jimeng, Seedance 2.0, Seedream, Hailuo, Sora, Wan, and more
  • Image Generation — Text-to-image and image-to-image with multiple models
  • Video Generation — Text-to-video, image-to-video, first/last frame, omni reference
  • Text-to-Speech — Multiple voice models with speed/pitch control
  • Voice Cloning — Clone any voice from an audio sample
  • Voice Design — Create custom voices from natural language descriptions
  • Video Parsing — Extract watermark-free videos from Douyin, Kuaishou, Bilibili, etc. (free)
  • Sync Generation — Get instant image/video results without polling

Available Tools

ToolDescription
list_modelsList available AI models by category
get_model_infoGet model parameters and schema
submit_taskSubmit async AI generation task
get_taskCheck task status and results
list_tasksList tasks with filtering
get_balanceCheck account credits
daily_check_inDaily check-in for bonus credits
parse_videoExtract watermark-free video URLs (free)
upload_imageUpload image to cloud storage (free)
list_voicesList TTS voices
text_to_audioText-to-speech synthesis
voice_designCreate voice from description
voice_cloneClone voice from audio
upload_audioUpload audio for cloning (free)
sync_generate_imageInstant image generation
sync_generate_videoInstant video generation
list_sync_modelsList sync-capable models
list_points_packagesList credit packages
create_payment_qrcodeGenerate payment QR code

Setup

1. Get an API Key

Sign up at xskill.ai and create an API key.

2. Install via Cursor Marketplace

Search for xSkill AI in the Cursor Marketplace and click Install.

3. Configure API Key

After installation, update the MCP configuration with your API key:

Option A: Edit .cursor/mcp.json in your project:

{
  "mcpServers": {
    "xskill-ai": {
      "type": "streamableHttp",
      "url": "https://api.xskill.ai/api/v3/mcp-http",
      "headers": {
        "Authorization": "Bearer sk-your-api-key"
      }
    }
  }
}

Option B: Pass API key as query parameter:

{
  "mcpServers": {
    "xskill-ai": {
      "type": "streamableHttp",
      "url": "https://api.xskill.ai/api/v3/mcp-http?api_key=sk-your-api-key"
    }
  }
}

One-Click Install (Deeplink)

Click the link below to install directly in Cursor:

Install xSkill AI in Cursor

After installing, add your API key in Cursor Settings → Tools & MCP → xskill-ai.

Pricing

  • 1 credit = ¥0.01 CNY
  • New users receive free credits upon registration
  • Daily check-in rewards bonus credits
  • Use get_balance to check remaining credits

MCP Protocol

  • Transport: Streamable HTTP (protocol version 2025-03-26)
  • Endpoint: https://api.xskill.ai/api/v3/mcp-http
  • Auth: Bearer token or api_key query parameter

Links

License

MIT

Reviews

No reviews yet

Sign in to write a review