veImageX
STDIOMCP server for Volcano Engine veImageX service providing comprehensive image processing and management capabilities
MCP server for Volcano Engine veImageX service providing comprehensive image processing and management capabilities
The MCP Server implementation for veImageX provides clients with the capability to interact with Volcano Engine's veImageX service. It enables natural language-based management of veImageX cloud resources, service information queries, and integrates various image processing capabilities including text-to-image generation, AIGC quality enhancement, image expansion, and more.
| Version | v0.1.0 | 
|---|---|
| Description | Manage veImageX resources and process images via MCP | 
| Category | Video Cloud | 
| Tags | Image Processing, Asset Hosting | 
This MCP Server product provides the following Tools (capabilities):
Ark, Trae, Cursor
Volcano Engine: Obtain the access key ID, secret access key, and region from the Volcano Engine management console. Please set the relevant environment variables in the .env file.
The following environment variables can be used to configure the MCP server:
| Environment Variable | Description | Default Value | 
|---|---|---|
VOLCENGINE_ACCESS_KEY | Volcano Engine account ACCESS KEY | - | 
VOLCENGINE_SECRET_KEY | Volcano Engine account SECRET KEY | - | 
SERVICE_ID | veImageX service ID | - | 
DOMAIN_NAME | veImageX domain | - | 
curl -LsSf https://astral.sh/uv/install.sh | sh
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
uv sync
uv build
{ "mcp-server": { "veimagex-mcp": { "command": "uvx", "args": [ "--from", "git+https://github.com/volcengine/mcp-server#subdirectory=server/mcp_server_veimagex", "mcp-server-veimagex" ], "env": { "VOLCENGINE_ACCESS_KEY": "Your Volcengine AK", "VOLCENGINE_SECRET_KEY": "Your Volcengine SK", "SERVICE_ID": "Your Service ID", "DOMAIN_NAME": "Your Domain" } } } }
MIT