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

Related MCP server: forgemesh-imagegen
インストール
uv(Universal Virtualenv) をインストールします。
curl -LsSf https://astral.sh/uv/install.sh | sh仮想環境を作成してアクティブ化します。
uv venv
source .venv/bin/activate # On Unix/macOS
# or
.venv\Scripts\activate # On Windows依存関係をインストールします:
uv pip install -r requirements.txt環境変数を設定します。
ルートディレクトリに
.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 ユーザーの場合:
.venv\Scripts\activateで仮想環境がアクティブになっていることを確認してください。プロジェクトのルートディレクトリから
python run_server.pyを使用してサーバーを実行します。パス関連のエラーが見つかった場合は、リポジトリの問題セクションに報告してください。
カーソルIDE設定
カーソル設定を開く
MCPセクションに移動する
次の構成を追加します。
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キー(画像生成に必要)
アクティブなインターネット接続
参考文献
このツールが役に立つと思ったら、開発をサポートするために私にコーヒーを買ってください☕️!
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAI logo design MCP server — generates SVG logos with text-to-path conversion, SVG optimization, and full brand kit export (favicon, social media sizes, color palette). 4 tools: text_to_path, optimize_svg, export_brand_kit, image_to_svg.4829MIT

forgemesh-imagegenofficial
AlicenseAqualityCmaintenanceMCP server for AI image generation with automatic USDC payments on Base mainnet. Generate, remove backgrounds, and upscale images via simple tool calls.41911MIT- Alicense-qualityAmaintenanceMCP server for generating, editing, and processing images via multiple providers including Kilo, OpenRouter, OpenAI, and Gemini, with local tools for background removal, resizing, and cropping.372MIT
- Alicense-qualityCmaintenanceAn MCP server that provides image generation using Google's Nano Banana Gemini models, with additional tools for background removal, upscaling, and format conversion via deterministic post-processing.1MIT
Related MCP Connectors
MCP server for Midjourney AI image generation and editing
MCP server for Flux AI image generation
MCP server for NanoBanana AI image generation and editing
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/arekhalpern/MCP-LOGO-GEN'
If you have feedback or need assistance with the MCP directory API, please join our Discord server