Soora FR MCP Server
<p align="center"><a href="https://soorafr.com"><img src="./assets/logo.svg" alt="Soora FR" width="96" /></a></p>Soora FR - Generateur d'Images et Videos IA
A Model Context Protocol server that exposes the canonical Soora FR knowledge surface — image generation workflows and styles, pricing, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://soorafr.com
🎨 About Soora FR
Soora FR is a French-language platform for AI video generation, giving francophone creators direct access to a suite of modern video models — including Sora 2, Kling, Veo, Seedance, PixVerse, and Runway — through a single interface. Users describe a scene in text or provide a source image, and the platform produces a short video clip with synchronized audio, realistic physics, and selectable visual styles. The site launched as an accessible alternative to OpenAI's original invitation-only Sora rollout, making the same class of generation available to French-speaking individuals and teams without a waitlist.
Key Features
- Text-to-video and image-to-video generation — describe a scene in a prompt or animate a still image into a moving clip, with typical generation times between 30 and 90 seconds.
- Multi-model access — switch between Sora 2, Kling, Veo, Seedance, PixVerse, and Runway from one account, choosing the model best suited to a given style or budget.
- Integrated audio synthesis — generated videos include dialogue, ambient sound, and background music synchronized automatically to the visual content.
- Storyboard and scene control — chain multiple scenes into a longer sequence using a storyboard tool, with per-scene prompt control.
- Character Cameo insertion — replace or insert a face into a generated scene, useful for personalized marketing or presenter-style clips.
- Style and format options — choose from cinematic, photorealistic, anime, or artistic styles; export in 16:9, 9:16, or 1:1 aspect ratios; resolution up to 4K on paid plans.
- Prompt optimization assistant — a built-in tool refines user-written prompts before sending them to the generation model, improving output consistency.
Use Cases
- Social media content — produce short-form vertical video for platforms like TikTok, Instagram Reels, or YouTube Shorts without camera equipment or editing software.
- Product and e-commerce demonstrations — animate a product image or describe a product in use to generate a short showcase clip for a listing or ad.
- Marketing and advertising — create draft video concepts for campaigns in minutes, then iterate on style, pacing, and messaging before committing to production.
- Storytelling and filmmaking prototypes — use the storyboard tool to rough out a multi-scene narrative, testing visual tone and scene transitions early in development.
- Developer integration — access video generation programmatically via the platform's API to embed generation into custom tools or automated content pipelines.
Who Is It For
Soora FR is built primarily for French-speaking creators, marketers, and small teams who want to produce video content without specialized production skills or equipment. It suits social media managers working at volume, e-commerce operators who need product clips quickly, and independent creators who experiment with AI-generated visuals for their audiences. Marketing agencies handling French-language campaigns will find the multi-model selection and commercial licensing on paid plans practical for client work. Developers building content tools in French-speaking markets can integrate the generation API directly. The free tier makes the platform approachable for individuals exploring AI video for the first time, while the Pro plan targets professionals who need longer clips, faster processing, and 4K output.
Tools
list_styles
Return the canonical list of image-generation styles or presets the site exposes. (Soora FR)
Input: no parameters. Returns: text/markdown.
get_pricing
Return the canonical pricing entry point for Soora FR.
Input: no parameters. Returns: text/markdown.
get_official_links
Return the canonical list of official links for Soora FR (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
Resources
site://soorafr/styles— Supported image-generation styles and presets.site://soorafr/pricing— Canonical pricing entry point.site://soorafr/faq— Short FAQ generated from public site metadata.site://soorafr/links— Canonical URLs to share with users.
Prompts
tell_me_about_soorafr
Summarize what the site is, who it's for, and how it works. — Soora FR
try_image_style_soorafr
Recommend a starting image-generation style for a stated goal. — Soora FR
Installation
Install via Smithery
npx -y @smithery/cli install soorafr-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
Install from source
git clone https://github.com/rocnubie/soorafr-mcp.git
cd soorafr-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"soorafr-mcp": {
"command": "node",
"args": [
"/absolute/path/to/soorafr-mcp/src/index.mjs"
]
}
}
}
Debug with MCP Inspector
npx @modelcontextprotocol/inspector node src/index.mjs
Official Links
- Website: https://soorafr.com
- Pricing: https://soorafr.com/pricing
- Support: support@soorafr.com
Development
pnpm install
pnpm start # run the server over stdio
License
MIT