fengin/image-gen-server
一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口
Overview
fengin/image-gen-server is a Python MCP server licensed under MIT. 一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口
Ranked #4250 out of 25632 indexed tools.
Ecosystem
Python MIT
Signal Breakdown
Stars 219
Freshness 8mo ago
Issue Health 67%
Contributors 3
Dependents 0
Forks 29
Description Brief
License MIT
How to Improve
Description low impact
Freshness high impact
Dependents medium impact
Matched Queries
From the README
# Image-Gen-Server <div align="center"> </div> 基于即梦AI的图像生成服务,专门设计用于与Cursor IDE集成。它接收来自Cursor的文本描述,生成相应的图像,并提供图片下载和保存功能。 此插件的开发过程可以看我的网站:[开发一个MCP Server与Cursor集成,给Cursor插上翅膀!](https://aibook.ren/archives/mcp-server-for-cursor) 更多AI知识,见AI全书(https://aibook.ren) <div align="center"> </div> ## 特性 - 与Cursor IDE完美集成 - 支持文本到图像的生成 - 自动保存生成的图像 - 支持自定义保存路径 - 一次生成四张图,供更多选择 ## 安装 ### Installing via Smithery To install Image-Gen-Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@fengin/image-gen-server): ```bash npx -y @smithery/cli install @fengin/image-gen-server --client claude ``` 1. 环境准备,MCP比较新的东西,依赖环境版本都比较新 - python 3.10+ - 安装npm - 安装nodejs(实测v15 v16都不行,开发环境验证v20可以,其他未验证) - 安装 pip install uv - 如果要调试,还需要安装这个:npm install -g @modelcontextprotocol/[email protected] 2. 克隆项目 ```bash git clone https://github.com/fengin/image-gen-server.git cd image-gen-server ``` 3. 安装依赖 ```bash pip install -r requirements.txt pip instaRead full README on GitHub →
Are you the maintainer? Claim this listing