AI 图像生成服务
About
Generate images using the Together AI API. Supports custom aspect ratios, save paths, and batch generation.
Details
- Author
- chenyeju295
- GitHub stars
- 20
- Downloads
- 248
- Categories
- Developer Tools, AI, Other, API
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
AI 图像生成服务Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": {
"mcp_generate_images": {
"command": "python3",
"args": [
"-m",
"pip",
"install",
"fastmcp",
"requests",
"volcengine-python-sdk[ark]"
]
}
}
}
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ai \u56fe\u50cf\u751f\u6210\u670d\u52a1": {
"mcp_generate_images": {
"command": "python3",
"args": [
"-m",
"pip",
"install",
"fastmcp",
"requests",
"volcengine-python-sdk[ark]"
]
}
}
}
}
McpServers
{
"mcp_generate_images": {
"command": "python3",
"args": [
"-m",
"pip",
"install",
"fastmcp",
"requests",
"volcengine-python-sdk[ark]"
]
}
}
AI 图像生成服务
基于火山引擎(抖音豆包)的图像生成服务,专门设计用于与 Cursor MCP 服务集成。支持自定义图片宽高比、保存路径等功能,提供高质量图像生成能力。
功能特点
- 支持高质量图像生成
- 多种常见宽高比支持(1:1、4:3、16:9、3:4、9:16)
- 火山引擎豆包模型(doubao-seedream-3-0-t2i-250415)
- 自动重试和详细错误处理
- 完整的路径和权限验证
- 详细的错误提示和日志
- 异步处理支持
环境准备
1. Python 环境
- Python 3.10+
- 下载地址: <https://www.python.org/downloads/>
- 推荐使用 pyenv 管理 Python 版本:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





