Content
# Volcengine ImageX MCP
Implementation of the Model Context Protocol (MCP) Server for [Volcengine ImageX](https://t.zijieimg.com/MIURnXrQfvU/)
## Project Introduction
Volcengine ImageX MCP is an MCP-server based on the [Model Context Protocol](https://github.com/modelcontextprotocol/python-sdk), which integrates Volcengine services into the LLM model context, enabling large models to directly upload and process image resources.
## Features
- Provides various resource access interfaces, facilitating LLM to obtain veImageX service information, image resources, and more.
- Implements tool encapsulation for multiple veImageX functionalities, including image resource management, text-to-image generation, AIGC image quality restoration, quality assessment, and common usage and quality query capabilities.
- Offers a variety of predefined prompt templates to help LLM better understand and utilize veImageX functionalities.
## Installation
### Environment Requirements
- Python 3.11+
- [Volcengine account and AccessKey/SecretKey](https://console.volcengine.cn/imagex?utm_source=tdgfha&utm_medium=oesbpg&utm_term=mcp-pr-01&utm_campaign=&utm_content=ImageX)
## Usage
Configure the MCP service in the mcp client with the following MCP JSON:
```json
{
"mcpServers": {
"volcengine": {
"disabled": false,
"command": "uvx",
"args": ["veimagex-mcp"],
"env": {
"VOLCENGINE_ACCESS_KEY": "Your Volcengine AK",
"VOLCENGINE_SECRET_KEY": "Your Volcengine SK",
"SERVICE_ID": "Your Service ID",
"DOMAIN": "Your Domain"
},
"transportType": "stdio"
}
}
}
```
Connection Info
You Might Also Like
markitdown
Python tool for converting files and office documents to Markdown.
OpenAI Whisper
OpenAI Whisper MCP Server - 基于本地 Whisper CLI 的离线语音识别与翻译,无需 API Key,支持...
oh-my-opencode
Background agents · Curated agents like oracle, librarians, frontend...
claude-flow
Claude-Flow v2.7.0 is an enterprise AI orchestration platform.
chatbox
User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)
continue
Continue is an open-source project for seamless server management.