MCP Server LogoMCP Server
MCPsCategoriesDirectorySubmit
Submit
MCPsCategoriesDirectorySubmit
Submit

MCP Servers

A curated list of MCP Servers, featuring Awesome MCP Servers and Claude MCP integration.

Contact Us

[email protected]

About

Privacy PolicyTerms of Service

Resources

Model Context ProtocolMCP Starter GuideClaude MCP Servers

Community

GitHub

© 2025 mcpserver.cc © 2025 MCP Server. All rights reserved.

Privacy PolicyTerms of Service
  1. Home
  2. /Categories
  3. /Developer Tools
  4. /Mcp Logo Gen
Mcp Logo Gen

Mcp Logo Gen

Created by sshtunnelvision•a day ago
Visit Website

Developer Tools
logo-generationAI-toolsimage-processing

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

  1. Install uv (Universal Virtualenv):
curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Create and activate a virtual environment:
uv venv
source .venv/bin/activate  # On Unix/macOS
## or
.venv\Scripts\activate     # On Windows
  1. Install dependencies:
uv pip install -r requirements.txt
  1. Set up your environment variables:
    • Create a .env file in the root directory
    • Add your FAL AI API key:
FAL_KEY=your_fal_ai_key_here

Running the Server

Start the server with:

python run_server.py

The server will be available at http://127.0.0.1:7777

Troubleshooting

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:

  1. Make sure you’ve activated your virtual environment with .venv\Scripts\activate
  2. Run the server from the root directory of the project with python run_server.py
  3. If you see any path-related errors, please report them in the issues section of the repository

Cursor IDE Configuration

  1. Open Cursor Settings
  2. Navigate to the MCP section
  3. Add the following configuration:
    • URL: http://127.0.0.1:7777/sse
    • Connection Type: SSE
    • Enable the connection

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

  • Cursor MCP Documentation
  • Model Context Protocol Introduction
  • FAL AI Dashboard

If you find this tool helpful, you can buy me a coffee ☕️ to support development!

Prerequisites

  • •Familiarity with the server domain
  • •Basic understanding of related technologies
  • •Knowledge of Developer Tools

Recommended Server

Mcp Server Metamcp

Mcp Server Metamcp

MCP Server MetaMCP manages all your other MCPs in one MCP.

Mcp Package Docs

Mcp Package Docs

An MCP server that provides LLMs with efficient access to package documentation across multiple programming languages

Mcp Server Restart

Mcp Server Restart

Restarts Claude Desktop after mcp-server installation

View more → →

Details

Created

August 02, 2025

Last Updated

August 02, 2025

Category

Developer Tools

Author

sshtunnelvision

Share

More Server

Ghost Mcp Server

Ghost Mcp Server

A Model Context Protocol (MCP) server that integrates with the Ghost Admin API. This server enables programmatic access to Ghost CMS features including post management, page management, member management, and more.

Mcp Graphql Schema

Mcp Graphql Schema

GraphQL Schema Model Context Protocol Server

Mcp Server Macos Defaults

Mcp Server Macos Defaults

macOS defaults - Model Context Protocol server

Claude Debugs For You

Claude Debugs For You

Enable any LLM (e.g. Claude) to interactively debug any language for you via MCP and a VS Code Extension