MCP-LOGO-GEN
local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Uses .env file for environment variable configuration, specifically for storing the FAL AI API key.
Provides a way to support the development of the tool through donations via Buy Me A Coffee.
Provides specific instructions for Unix/macOS users when activating the virtual environment.
MCP Tool Server for Logo Generation
This server provides logo generation capabilities using FAL AI, with tools for image generation, background removal, and automatic scaling.
Demo
Installation
- Install
uv
(Universal Virtualenv):
- Create and activate a virtual environment:
- Install dependencies:
- Set up your environment variables:
- Create a
.env
file in the root directory - Add your FAL AI API key:
- Create a
Running the Server
Start the server with:
The server will be available at http://127.0.0.1:7777
Cursor IDE Configuration
- Open Cursor Settings
- Navigate to the MCP section
- Add the following configuration:
- URL:
http://127.0.0.1:7777/sse
- Connection Type:
SSE
- Enable the connection
- URL:
Notes
- Always reference
@logo-creation.mdc
in your Cursor Composer for consistent results - Steps are defined in
@logo-creation.mdc
but tools can be used independently - All generated logos will be saved in the
downloads
directory - Each logo is automatically generated in three sizes:
- Original size
- 32x32 pixels
- 128x128 pixels
- All logos maintain transparency in their final PNG format
- Prompts created by agent are informed by examples and prompt structure seen in server.py. You can customize the prompt structure by editing the server.py file.
- You can use the generate_image tool to generate any image you want, not just logos
Requirements
- Python 3.8+
- FAL AI API key (required for image generation)
- Active internet connection
References
If you find this tool helpful, you can buy me a coffee ☕️ to support development!
This server cannot be installed
MCP Tool Server for Logo Generation. This server provides logo generation capabilities using FAL AI, with tools for image generation, background removal, and image scaling.