I find academic articles and books for research and literature reviews.

Freepik-MCP-Server
Serveur MCP pour générer des images avec une API FreePik Flux-DEV
1
Github Watches
0
Github Forks
0
Github Stars
Freepik Flux AI MCP Sunucusu
Bu proje, Claude Desktop için Freepik'in Flux AI görsel üretme hizmetini kullanarak metin açıklamalarından görseller oluşturan bir Model Context Protocol (MCP) sunucusudur.
Özellikler
- Metin açıklamalarından görsel oluşturma
- Çeşitli en-boy oranı seçenekleri
- Tarayıcıda otomatik görsel açma
- Sağlam hata yönetimi ve yeniden deneme mekanizması
Gereksinimler
- Node.js 20.x veya üstü
- Freepik API anahtarı (https://www.freepik.com/developers/dashboard/api-key adresinden alınabilir)
Kurulum
- Bu depoyu klonlayın veya indirin:
git clone https://github.com/grafikogr/freepik-mcp-server.git
cd freepik-mcp-server
- Bağımlılıkları yükleyin:
npm install
-
.env.example
dosyasını.env
olarak kopyalayın ve Freepik API anahtarınızı ekleyin:
cp .env.example .env
-
.env
dosyasını düzenleyin veFREEPIK_API_KEY
değişkenini kendi API anahtarınızla değiştirin.
Kullanım
- Sunucuyu başlatın:
npm start
- Claude Desktop uygulamanızda bu sunucuyu aşağıdaki komutla çalıştırın:
@freepik help
Claude Desktop Entegrasyonu
Claude Desktop'ta MCP sunucusunu yapılandırmak için şu adımları izleyin:
- Claude Desktop ayarlarına gidin.
-
mcpServers
bölümüne şu yapılandırmayı ekleyin:
"mcpServers": {
"freepik": {
"command": "node",
"args": ["indirdiğiniz/konum/freepik-mcp-server/index.js"]
}
}
- Claude Desktop'u yeniden başlatın.
Araçlar
generate_image
Metin açıklaması ve görsel oranı (isteğe bağlı) ile görsel oluşturur.
Parametreler:
-
prompt
: Görsel için metin açıklaması (zorunlu) -
aspect_ratio
: Görsel oranı (isteğe bağlı)
Kullanılabilir Görsel Oranları:
-
square_1_1
: Kare (1:1) -
classic_4_3
: Klasik (4:3) -
traditional_3_4
: Geleneksel (3:4) -
widescreen_16_9
: Geniş ekran (16:9) -
social_story_9_16
: Sosyal medya hikayesi (9:16) -
standard_3_2
: Standart (3:2) -
portrait_2_3
: Portre (2:3) -
horizontal_2_1
: Yatay (2:1) -
vertical_1_2
: Dikey (1:2) -
social_post_4_5
: Sosyal medya gönderisi (4:5)
Konfigürasyon
.env
dosyasında aşağıdaki ayarları yapılandırabilirsiniz:
-
FREEPIK_API_KEY
: Freepik API anahtarınız (zorunlu) -
REQUEST_TIMEOUT
: İstek zaman aşımı süresi (milisaniye, varsayılan: 30000) -
RETRY_ATTEMPTS
: Başarısız isteklerin yeniden deneme sayısı (varsayılan: 3)
Örnekler
-
Basit bir görsel oluşturma:
@freepik Bana bir kedi görseli oluştur
-
Belirli bir en-boy oranıyla görsel oluşturma:
@freepik Bana widescreen_16_9 oranında dağ manzarası oluştur
Sorun Giderme
- API anahtarı sorunları için
.env
dosyasını kontrol edin ve Freepik API anahtarınızın doğru olduğundan emin olun. - Ağ bağlantı sorunları için internet bağlantınızı kontrol edin.
- Sunucu çalışma sorunları için Node.js sürümünüzün 20.x veya üstü olduğundan emin olun.
- Daha fazla hata ayıklama bilgisi için konsol çıktısını kontrol edin.
Lisans
Bu proje MIT lisansı altında lisanslanmıştır.
相关推荐
Confidential guide on numerology and astrology, based of GG33 Public information
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
L'application tout-en-un desktop et Docker AI avec chiffon intégré, agents AI, constructeur d'agent sans code, compatibilité MCP, etc.
MCP Server pour récupérer le contenu de la page Web à l'aide du navigateur sans tête du dramwright.
Un puissant plugin Neovim pour gérer les serveurs MCP (Protocole de contexte modèle)
Pont entre les serveurs Olllama et MCP, permettant aux LLM locaux d'utiliser des outils de protocole de contexte de modèle
La communauté du curseur et de la planche à voile, recherchez des règles et des MCP
🧑🚀 全世界最好的 LLM 资料总结 (数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Résumé des meilleures ressources LLM du monde.
Reviews

user_9SLQsNkr
I've been using the freepik-mcp-server by grafikogr and it's fantastic! The ease of integration with my projects and the intuitive interface make it a top choice for any developer. The documentation is clear and helpful, ensuring a smooth setup. Highly recommended for anyone looking to enhance their MCP application experience!