Skip to main content
Glama

MCP-LOGO-GEN

ロゴ生成用のMCPツールサーバー

このサーバーは、画像生成、背景除去、自動スケーリングのツールとともに、FAL AI を使用したロゴ生成機能を提供します。

デモ

インストール

  1. uv (Universal Virtualenv) をインストールします。
curl -LsSf https://astral.sh/uv/install.sh | sh
  1. 仮想環境を作成してアクティブ化します。
uv venv source .venv/bin/activate # On Unix/macOS # or .venv\Scripts\activate # On Windows
  1. 依存関係をインストールします:
uv pip install -r requirements.txt
  1. 環境変数を設定します。
    • ルートディレクトリに.envファイルを作成する
    • FAL AI API キーを追加します:
FAL_KEY=your_fal_ai_key_here

サーバーの実行

次のコマンドでサーバーを起動します。

python run_server.py

サーバーはhttp://127.0.0.1:7777で利用可能になります。

トラブルシューティング

Windowsでサーバー実行時にFileNotFoundError発生する場合は、プロジェクトのルートディレクトリからコマンドを実行していることを確認してください。問題が解決しない場合は、Windowsとの互換性に関する修正を含む最新バージョンのリポジトリに更新してみてください。

特に Windows ユーザーの場合:

  1. .venv\Scripts\activateで仮想環境がアクティブになっていることを確認してください。
  2. プロジェクトのルートディレクトリからpython run_server.pyを使用してサーバーを実行します。
  3. パス関連のエラーが見つかった場合は、リポジトリの問題セクションに報告してください。

カーソルIDE設定

  1. カーソル設定を開く
  2. MCPセクションに移動する
  3. 次の構成を追加します。
    • URL: http://127.0.0.1:7777/sse
    • 接続タイプ: SSE
    • 接続を有効にする

注記

  • 一貫した結果を得るには、カーソルコンポーザーで常に@logo-creation.mdcを参照してください。
  • 手順は@logo-creation.mdcで定義されていますが、ツールは独立して使用できます。
  • 生成されたロゴはすべてdownloadsディレクトリに保存されます
  • 各ロゴは次の 3 つのサイズで自動的に生成されます。
    • オリジナルサイズ
    • 32x32ピクセル
    • 128x128ピクセル
  • すべてのロゴは最終的なPNG形式で透明性を維持します
  • エージェントによって生成されるプロンプトは、server.py 内の例とプロンプト構造に基づいて生成されます。server.py ファイルを編集することで、プロンプト構造をカスタマイズできます。
  • generate_imageツールを使用すると、ロゴだけでなく、必要な画像を生成できます。

要件

  • Python 3.8以上
  • FAL AI APIキー(画像生成に必要)
  • アクティブなインターネット接続

参考文献


このツールが役に立つと思ったら、開発をサポートするために私にコーヒーを買ってください☕️!

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

ロゴ生成用のMCPツールサーバー。このサーバーは、FAL AIを使用したロゴ生成機能を提供し、画像生成、背景除去、画像スケーリングなどのツールを備えています。

  1. デモ
    1. インストール
      1. サーバーの実行
        1. トラブルシューティング
      2. カーソルIDE設定
        1. 注記
          1. 要件
            1. 参考文献

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                An MCP server that allows users to generate, edit, and create variations of images through OpenAI's DALL-E API, supporting both DALL-E 2 and DALL-E 3 models.
                Last updated -
                9
                TypeScript
              • -
                security
                A
                license
                -
                quality
                An MCP tool server that enables generating and editing images through OpenAI's image models, supporting text-to-image generation and advanced image editing (inpainting, outpainting) across various MCP-compatible clients.
                Last updated -
                55
                TypeScript
                MIT License
                • Linux
                • Apple
              • A
                security
                F
                license
                A
                quality
                An MCP (Model Context Protocol) server that allows generating, editing, and creating variations of images using OpenAI's DALL-E APIs.
                Last updated -
                1
                TypeScript
              • A
                security
                A
                license
                A
                quality
                An MCP server that integrates with Recraft AI to enable generation and manipulation of high-quality raster and vector images through tools like image generation, editing, vectorization, background removal, and upscaling.
                Last updated -
                9
                412
                21
                TypeScript
                MIT License

              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/sshtunnelvision/MCP-LOGO-GEN'

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