VolcEngine ImageX MCP
Project description
Volcengine ImageX MCP
Volcengine ImageX 的 Model Context Protocol (MCP) Server 实现
项目简介
Volcengine ImageX MCP是一个基于Model Context Protocol的 MCP-server, 它将 Volcengine 服务集成到LLM模型上下文中,使大模型能够直接上传和处理图片资源。
功能特点
- 提供多种资源访问接口,便于LLM获取veImageX服务信息、图片资源等
- 实现了多个veImageX功能的工具封装,包括上传图片、文生图、画质增强、画质评估、漫画风格、智能扩展等
- 提供多种预定义提示模板,帮助LLM更好地理解和使用veImageX功能
安装
环境要求
- Python 3.11+
- 火山引擎账号及AccessKey/SecretKey
环境变量配置
在集成 Mcp Server 时配置
{
"mcpServers": {
"veimagex": {
// ...
"env": {
"VOLCENGINE_ACCESS_KEY": "Your Volcengine AK",
"VOLCENGINE_SECRET_KEY": "Your Volcengine SK",
"SERVICE_ID": "Your Service ID",
"DOMAIN": "Your Domain"
}
}
}
}
使用方法
在 mcp client 中配置 mcp 服务, 配置的 MCP JSON:
{
"mcpServers": {
"volcengine": {
"disabled": false,
"command": "uvx",
"args": ["veimagex-mcp"],
"env": {
"VOLCENGINE_ACCESS_KEY": "",
"VOLCENGINE_SECRET_KEY": "",
"SERVICE_ID": "",
"DOMAIN": ""
},
"transportType": "stdio"
}
}
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
veimagex_mcp-0.1.2.tar.gz
(11.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file veimagex_mcp-0.1.2.tar.gz.
File metadata
- Download URL: veimagex_mcp-0.1.2.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cf9e296440e67c5a88b38798e09557a260298e2ee1aef380d9aacf1ddfa5c10
|
|
| MD5 |
fb3390a2743dd4e15a051507ee5bb2d8
|
|
| BLAKE2b-256 |
4b10e6a7b1bf5039f1c649c515b08dfe6525a4e8f39ebdfc0571915757238210
|
File details
Details for the file veimagex_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: veimagex_mcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc08893a52fd45f03e2f74d81b540cf1090839f93bbf8f2620ff3e99bd494ab3
|
|
| MD5 |
0f18c6c439b0e48aa8b1a33f0706eb2f
|
|
| BLAKE2b-256 |
c5eaac63e00ca8e247c06992bfa621354c912c8ddec72f9b06e1aafd2d980d2d
|