MCP Image Generation Server
@ChristopheZhao
关于 MCP Image Generation Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"image-gen-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
1Generate images based on prompt, style, and resolution
概览
What is MCP Image Generation Server?
MCP Image Generation Server is a Model Context Protocol (MCP) server that enables image generation from text descriptions using the Tencent Hunyuan API. It is designed for developers using MCP-compatible clients such as Cursor and Windsurf IDE.
How to use MCP Image Generation Server?
Install using UV or pip, set environment variables for Tencent Cloud credentials and save directory, then run python mcp_image_server.py. Configure the server in MCP-compatible clients like Cursor by specifying the Python executable path and script arguments.
Key features of MCP Image Generation Server
- Generate images from text descriptions
- Support multiple image styles
- Support different image resolutions
- Use negative prompts to exclude elements
- Lists available styles and resolutions
- Integrates with Cursor and Windsurf IDE
Use cases of MCP Image Generation Server
- Generate landscape images from natural language prompts
- Create custom images for web design projects within Cursor IDE
- Automatically move generated images to project directory via Cursor
- Integrate image generation into your development workflow in Windsurf IDE
FAQ from MCP Image Generation Server
What API does MCP Image Generation Server use?
It uses the Tencent Hunyuan Image Generation API, with API endpoint domain hunyuan.tencentcloudapi.com and region ap-guangzhou.
What are the environment variables required?
TENCENT_SECRET_ID, TENCENT_SECRET_KEY, and MCP_IMAGE_SAVE_DIR are required for authentication and saving images.
What are the rate limits and concurrent tasks?
Default API rate limit is 20 requests per second, with a default of 1 concurrent task at a time.
Where are generated images saved?
Images are saved to the directory specified in the MCP_IMAGE_SAVE_DIR environment variable.
Which IDEs are supported?
The server has been verified to work with Cursor and Windsurf IDE via MCP integration.
媒体与设计 分类下的更多 MCP 服务器
百度地图 MCP Server
baidu-mapsBaidu Map MCP Server
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
Design Systems Mcp
southleftI'm your specialized design systems assistant. Ask me about components, tokens, patterns, and best practices.
评论