Back to MCP directory
publicPublicdnsLocal runtime

freepik-flux-server

Freepik Flux AI MCP Sunucusu, Claude Desktop için metin açıklamalarından görsel oluşturan bir hizmettir.

article

README

🚀 Freepik Flux AI MCP 服务器

该项目是一个模型上下文协议 (MCP) 服务器,专为 Claude Desktop 提供服务。它借助 Freepik 的 Flux AI 图像生成服务,能够依据文本描述创建图像。

🚀 快速开始

本项目作为为 Claude Desktop 服务的 MCP 服务器,可利用 Freepik 的 Flux AI 图像生成服务,根据文本描述生成图像。

✨ 主要特性

  • 🔡 从文本描述生成图像
  • 📏 支持多种纵横比选项
  • 🌐 在浏览器中自动打开图像
  • 🛡️ 健壮的错误处理和重试机制
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client