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!
An MCP (Model Context Protocol) tool that provides real-time weather data, forecasts, and historical weather information using the OpenWeatherMap API, specifically designed for Claude Desktop.
A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management.
A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.