Wraps FAL AI's image generation API to create logos directly from Claude conversations. Exposes three main operations: generate images from text prompts, remove backgrounds from existing images, and automatically scale outputs to multiple sizes (original, 32x32, 128x128). Generated logos are saved locally as transparent PNGs in a downloads directory. Includes prompt engineering specifically tuned for logo creation, though the underlying generate_image tool works for any image generation task. Reach for this when you need quick logo mockups or want to iterate on visual branding without leaving your chat interface.
This server provides logo generation capabilities using FAL AI, with tools for image generation, background removal, and automatic scaling.
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 file in the root directoryFAL_KEY=your_fal_ai_key_here
Start the server with:
python run_server.py
The server will be available at http://127.0.0.1:7777
If you encounter a FileNotFoundError on Windows when running the server, make sure you're running the command from the root directory of the project. If the issue persists, try updating to the latest version of the repository which includes fixes for Windows compatibility.
For Windows users specifically:
.venv\Scripts\activatepython run_server.pyhttp://127.0.0.1:7777/sseSSE@logo-creation.mdc in your Cursor Composer for consistent results@logo-creation.mdc but tools can be used independentlydownloads directoryIf you find this tool helpful, you can buy me a coffee ☕️ to support development!