mcp.film

mcp.film / Image Generation / Freepik MCP

Freepik MCP

Officialby Freepikcreditsverified Jun 29, 2026

Official Freepik API bridge for Mystic image generation, resources, icons, and AI detection.

Rate it: no ratings yet

What it does

Freepik's official FastMCP server exposes a curated slice of its API: Mystic AI image generation, resource search and downloads, icon search and downloads, and AI image classification. For filmmaker-agents it is a practical visual-development bench: pull stock references, build pitch-deck assets, create poster or key-art directions, then classify or download assets without leaving the agent session.

Connect

Claude Code
claude mcp add freepik -e FREEPIK_API_KEY=YOUR_KEY -- uv run --directory /path/to/freepik-mcp main.py
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "freepik": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "/path/to/freepik-mcp",
        "main.py"
      ],
      "env": {
        "FREEPIK_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "freepik": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "/path/to/freepik-mcp",
        "main.py"
      ],
      "env": {
        "FREEPIK_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env FREEPIK_API_KEY — https://www.freepik.com/api

Tools you'll see

text_to_image_mystic_syncget_mystic_task_statusdetect_ai_imagesearch_resourcesdownload_resource_by_idsearch_iconsdownload_icon_by_id

Field notes

Official repo, Python 3.12+, uv/FastMCP, 72 stars, last pushed Jul 2025 and still maintained in GitHub metadata. It is not packaged on npm/PyPI: clone the repo, install with `make install`, then point your MCP client at the local path. GitHub does not detect a LICENSE file, although the repo is company-owned. The server deliberately exposes only icons, resources, image classifier, and Mystic endpoints from Freepik's larger OpenAPI spec.

Pairs well with