image-gen-server

fengin/image-gen-server
★ 219 stars Python 📦 Other Updated 1mo ago
一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "image-gen-server": {
      "command": "uvx",
      "args": [
        "image-gen-server"
      ]
    }
  }
}

Or install with pip: pip install image-gen-server