Freepik Flux AI MCP Sunucusu
by grafikogr
This project is a Model Context Protocol (MCP) server that generates images from text descriptions using Freepik's Flux AI image generation service for Claude Desktop. It allows users to create visuals based on textual prompts.
Last updated: N/A
What is Freepik Flux AI MCP Sunucusu?
This is a Model Context Protocol (MCP) server that integrates Freepik's Flux AI image generation with Claude Desktop. It enables users to generate images directly from text prompts within the Claude Desktop environment.
How to use Freepik Flux AI MCP Sunucusu?
- Clone the repository. 2. Install dependencies using
npm install
. 3. Configure your Freepik API key in the.env
file. 4. Start the server withnpm start
. 5. Configure the MCP server in Claude Desktop settings. 6. Use the@freepik
command followed by your prompt in Claude Desktop.
Key features of Freepik Flux AI MCP Sunucusu
Generates images from text descriptions
Offers various aspect ratio options
Automatically opens the generated image in the browser
Implements robust error handling and retry mechanisms
Use cases of Freepik Flux AI MCP Sunucusu
Generating visual content for presentations
Creating images for social media posts
Prototyping visual ideas quickly
Illustrating concepts and stories with AI-generated art
FAQ from Freepik Flux AI MCP Sunucusu
What is the required Node.js version?
What is the required Node.js version?
Node.js 20.x or higher is required.
Where can I get a Freepik API key?
Where can I get a Freepik API key?
You can obtain a Freepik API key from https://www.freepik.com/developers/dashboard/api-key.
How do I specify the aspect ratio for the generated image?
How do I specify the aspect ratio for the generated image?
Use the aspect_ratio
parameter with one of the available options, such as square_1_1
, widescreen_16_9
, etc.
What do I do if I encounter API key issues?
What do I do if I encounter API key issues?
Check your .env
file and ensure that your Freepik API key is correct.
What if the server is not working?
What if the server is not working?
Ensure your Node.js version is 20.x or higher, and check the console output for more debugging information.