Freepik MCP Server
@MCERQUA
关于 Freepik MCP Server
MCP server for interacting with Freepik's API, including stock photos and Mystic AI image generation
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"freepik": {
"command": "node",
"args": [
"index.js"
],
"env": {
"FREEPIK_API_KEY": "<YOUR_FREEPIK_API_KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Freepik MCP Server?
An MCP server implementation for interacting with Freepik’s API, providing access to stock photos (including vectors and PSDs) and Mystic AI image generation capabilities. It is designed for developers who want to search, retrieve details about, download Freepik resources, and generate AI images via the Model Context Protocol.
How to use Freepik MCP Server?
Requires Node.js 18+ and a Freepik API key. Clone the repository, install dependencies (npm install), and build (npm run build). Then add the server to your MCP settings file with the command node, the path to the built index.js, and the FREEPIK_API_KEY environment variable. Five tools are available: search_resources, get_resource, download_resource, generate_image, and check_status.
Key features of Freepik MCP Server
- Search Freepik resources with filters (orientation, content type, license).
- Get detailed information about a specific resource.
- Download resources via a generated URL.
- Generate images using Freepik Mystic AI.
- Check status of an image generation task.
Use cases of Freepik MCP Server
- Searching and filtering Freepik stock photos, vectors, and PSDs.
- Retrieving detailed metadata for a specific resource.
- Downloading resources directly through the API.
- Generating custom images from text prompts with Mystic AI.
- Polling the generation task to know when the image is ready.
FAQ from Freepik MCP Server
What prerequisites are needed to use Freepik MCP Server?
You need Node.js 18 or higher and a valid Freepik API key.
How do I install and configure the server?
Clone the repository, run npm install and npm run build, then add the server configuration to your MCP settings file with the necessary environment variable (FREEPIK_API_KEY).
What tools does Freepik MCP Server provide?
Five tools: search_resources, get_resource, download_resource, generate_image, and check_status. Each accepts parameters documented in the README.
How do I generate an image with Mystic AI?
Use the generate_image tool with a text prompt. You can optionally set resolution, aspect ratio, realism, engine, and creative detailing (0–100).
How do I obtain a Freepik API key?
Follow the instructions provided in the docs/API_SETUP.md file included in the repository.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论