MCP-LOGO-GEN
用于生成徽标的 MCP 工具服务器
该服务器使用 FAL AI 提供徽标生成功能,并配有图像生成、背景去除和自动缩放工具。
演示

Related MCP server: forgemesh-imagegen
安装
安装
uv(通用虚拟环境):
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 部分
添加以下配置:
网址:
http://127.0.0.1:7777/sse连接类型:
SSE启用连接
笔记
始终在 Cursor Composer 中引用
@logo-creation.mdc以获得一致的结果步骤在
@logo-creation.mdc中定义,但工具可以独立使用所有生成的徽标将保存在
downloads目录中每个徽标都会自动生成三种尺寸:
原始尺寸
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