image-gen-server

一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口

GitHub Stars

199

User Rating

Not Rated

Favorites

0

Views

168

Forks

25

Issues

7

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.10 or higher
Node.js: v20
npm: Latest version

Installation Steps

1. Install via Smithery

bash
npx -y @smithery/cli install @fengin/image-gen-server --client claude

2. Clone Repository

bash
git clone https://github.com/fengin/image-gen-server.git
cd image-gen-server

3. Install Dependencies

bash
pip install -r requirements.txt
pip install uv

4. Modify Server Configuration

Change the following settings in the server.py file:
python

API configuration

JIMENG_API_TOKEN = "057f7addf85dxxxxxxxxxxxxx" # Your session_id from Jimeng IMG_SAVA_FOLDER = "D:/code/image-gen-server/images" # Default save path

Additional Resources