Skip to main content
Glama

Freepik MCP Server

Freepik MCPサーバー

Freepik の API と対話するための MCP サーバー実装。ストック写真や Mystic AI 画像生成機能へのアクセスを提供します。

特徴

  • Freepikのリソース(写真、ベクター、PSD)を検索
  • 詳細なリソース情報を取得する
  • リソースをダウンロード
  • Mystic AIを使用して画像を生成する
  • 画像生成ステータスを確認する

前提条件

インストール

# Create a new directory for your MCP servers mkdir mcp-servers cd mcp-servers # Clone the repository git clone https://github.com/MCERQUA/freepik-mcp.git cd freepik-mcp # Install dependencies npm install # Build the server npm run build

構成

  1. まず、 API_SETUP.mdの指示に従ってFreepik APIキーを取得します。
  2. サーバーを MCP 設定ファイルに追加します。
{ "mcpServers": { "freepik": { "command": "node", "args": ["path/to/freepik-mcp/build/index.js"], "env": { "FREEPIK_API_KEY": "your-api-key-here" }, "disabled": false, "autoApprove": [] } } }

利用可能なツール

検索リソース

さまざまなフィルターを使用して Freepik リソースを検索します。

{ term?: string; // Search term limit?: number; // Results per page order?: 'relevance' | 'recent'; filters?: { orientation?: { landscape?: boolean; portrait?: boolean; square?: boolean; panoramic?: boolean; }; content_type?: { photo?: boolean; psd?: boolean; vector?: boolean; }; license?: { freemium?: boolean; premium?: boolean; }; }; }

リソースを取得する

特定のリソースに関する詳細情報を取得します。

{ id: number; // Resource ID to get details for }

ダウンロードリソース

特定のリソースのダウンロード URL を取得します。

{ id: number; // Resource ID to download }

画像を生成する

Freepik Mystic AI を使用して画像を生成します。

{ prompt: string; // Text description of the image to generate resolution?: '2k' | '4k'; aspect_ratio?: 'square_1_1' | 'classic_4_3' | 'traditional_3_4' | 'widescreen_16_9' | 'social_story_9_16'; realism?: boolean; // Enable realistic style engine?: 'automatic' | 'magnific_illusio' | 'magnific_sharpy' | 'magnific_sparkle'; creative_detailing?: number; // 0-100 }

チェックステータス

Mystic 画像生成タスクのステータスを確認します。

{ task_id: string; // ID of the generation task to check }

発達

# Install dependencies npm install # Build the server npm run build # Run in development mode npm run dev

エラー処理

サーバーは包括的なエラー処理を実装します。

  • APIエラーは詳細情報とともに記録されます
  • Zodスキーマを使用した入力検証
  • コンテキストに応じた適切なエラー応答
  • レート制限の認識

貢献

  1. リポジトリをフォークする
  2. 機能ブランチを作成します( git checkout -b feature/amazing-feature
  3. 変更をコミットします ( git commit -m 'Add some amazing feature' )
  4. ブランチにプッシュする ( git push origin feature/amazing-feature )
  5. プルリクエストを開く

ライセンス

マサチューセッツ工科大学

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

ユーザーが自然言語リクエストを通じて、Freepik リソースを検索、ダウンロードし、Mystic AI を使用して画像を生成できるようにする MCP サーバー実装。

  1. 特徴
    1. 前提条件
      1. インストール
        1. 構成
          1. 利用可能なツール
            1. 検索リソース
            2. リソースを取得する
            3. ダウンロードリソース
            4. 画像を生成する
            5. チェックステータス
          2. 発達
            1. エラー処理
              1. 貢献
                1. ライセンス

                  Related MCP Servers

                  • A
                    security
                    A
                    license
                    A
                    quality
                    A MCP server that enables Claude and other MCP-compatible assistants to generate images from text prompts using Together AI's image generation models.
                    Last updated -
                    1
                    2
                    TypeScript
                    MIT License
                    • Apple
                    • Linux
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A MCP server that integrates with Cursor IDE to generate images based on text descriptions using JiMeng AI, allowing users to create and save custom images directly within their development environment.
                    Last updated -
                    160
                    Python
                    MIT License
                    • Apple
                    • Linux
                  • A
                    security
                    A
                    license
                    A
                    quality
                    An MCP Server that integrates with Stability AI's API to provide high-quality image generation, editing, and manipulation capabilities including background removal, outpainting, search-and-replace, and upscaling.
                    Last updated -
                    13
                    35
                    55
                    TypeScript
                    MIT License
                    • Apple
                  • -
                    security
                    A
                    license
                    -
                    quality
                    An MCP server that connects to Pollinations.ai API, enabling AI models to generate and download images and text through natural language commands.
                    Last updated -
                    2
                    JavaScript
                    Apache 2.0
                    • Apple
                    • Linux

                  View all related MCP servers

                  MCP directory API

                  We provide all the information about MCP servers via our MCP API.

                  curl -X GET 'https://glama.ai/api/mcp/v1/servers/MCERQUA/freepik-mcp'

                  If you have feedback or need assistance with the MCP directory API, please join our Discord server