Skip to main content
Glama

Soora FR MCP Server

Soora FR - Generateur d'Images et Videos IA

MCP Badge License: MIT Node MCP

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.

Related MCP server: AI Swap Face MCP Server

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.

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

Development

pnpm install
pnpm start                 # run the server over stdio

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • AI image, video & music generation. Flux, Veo 3.1, Suno V5. Free tier included.

  • Generate logos, social posts, app screenshots, comic panels & visual-novel assets from prompts.

  • Generate AI images, video, speech, music and presentations from Claude, ChatGPT and Cursor.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rocnubie/soorafr-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server