mcp.film / Image Generation / Freepik MCP
Freepik MCP
Official Freepik API bridge for Mystic image generation, resources, icons, and AI detection.
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 mcp add freepik -e FREEPIK_API_KEY=YOUR_KEY -- uv run --directory /path/to/freepik-mcp main.py
{
"mcpServers": {
"freepik": {
"command": "uv",
"args": [
"run",
"--directory",
"/path/to/freepik-mcp",
"main.py"
],
"env": {
"FREEPIK_API_KEY": "YOUR_KEY_HERE"
}
}
}
}
{
"mcpServers": {
"freepik": {
"command": "uv",
"args": [
"run",
"--directory",
"/path/to/freepik-mcp",
"main.py"
],
"env": {
"FREEPIK_API_KEY": "YOUR_KEY_HERE"
}
}
}
}
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_idField 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
MartiniMartini
Official
The film set for AI videos — direct entire productions from your agent.
Airtable MCP ServerAirtable
Official
Official hosted Airtable MCP: query, create, and update production-tracking bases.
Canva MCPCanva
Official
Official Canva remote MCP for campaign designs, thumbnails, decks, exports, and comments.