Soora FR MCP Server

Soora FR MCP Server

Enables AI clients to access Soora FR's image generation workflows, styles, pricing, FAQ, and official links.

Category
Visit Server

README

Soora FR MCP Server

Soora FR - Generateur d'Images et Videos IA

MCP Badge License: MIT smithery Node MCP

<p align="center"><a href="https://soorafr.com"><img src="./assets/logo.svg" alt="Soora FR" width="96" /></a></p>

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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured