xSkill AI
@hexiaochun
AI content generation toolkit with 50+ models. Image/video generation, TTS, voice cloning, and more.
Overview
What is xSkill AI?
xSkill AI is an MCP server that provides a comprehensive AI content generation toolkit for Cursor. It integrates with the xSkill AI API to let users generate images, videos, and voice content directly from their editor. It is intended for developers and content creators who want to produce media assets programmatically.
How to use xSkill AI?
Obtain an API key from xskill.ai, then add the server configuration to your .cursor/mcp.json using the provided streamable HTTP endpoint and Bearer token. Once configured, you can invoke tools such as sync_generate_image, text_to_audio, and parse_video directly from Cursor.
Key features of xSkill AI
- 50+ AI models including FLUX, Kling, Sora, and more
- Image generation (text-to-image and image-to-image)
- Video generation (text-to-video, image-to-video, Seedance 2.0)
- Text-to-speech synthesis with speed/pitch control
- Voice cloning from an audio sample
- Watermark-free video parsing from Douyin, Kuaishou, Bilibili
Use cases of xSkill AI
- Generate images or videos from text prompts inside Cursor
- Cloning a voice from an audio sample for narration
- Designing custom voices using natural language descriptions
- Extracting clean video URLs from Chinese social media platforms
FAQ from xSkill AI
What AI models does xSkill AI support?
It supports 50+ models including FLUX, Kling, Jimeng, Seedance 2.0, Seedream, Hailuo, Sora, Wan, and more. Use the list_models tool to see available categories.
What transport and authentication does xSkill AI use?
The server uses Streamable HTTP transport. Authentication is via a Bearer token in the Authorization header or by passing an api_key query parameter.
Is video parsing free?
Yes, the parse_video tool extracts watermark-free video URLs from Douyin, Kuaishou, and Bilibili at no charge.
Can I generate images and videos instantly?
Yes, sync_generate_image and sync_generate_video provide instant results without polling. Asynchronous task submission is also available via submit_task.
How do I get an API key for xSkill AI?
Visit xskill.ai to sign up and obtain an API key.