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功能的工具封装,包括图片资源的管理、文生图、AIGC画质修复、画质评估以及常用的用量、质量查询能力
- 提供多种预定义提示模板,帮助LLM更好地理解和使用veImageX功能
安装
环境要求
- Python 3.11+
- 火山引擎账号及AccessKey/SecretKey
使用方法
在 mcp client 中配置 mcp 服务, 配置的 MCP 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"
}
}
}
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.3.tar.gz
(74.4 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.3.tar.gz.
File metadata
- Download URL: veimagex_mcp-0.1.3.tar.gz
- Upload date:
- Size: 74.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9322ee9b7c736a5332629d71f51883cdfcd718583ae5bd581cccb5036565d50
|
|
| MD5 |
36fe21c4264f77091619a39a9711141b
|
|
| BLAKE2b-256 |
86a4450cf9e8e6498191c983ec5f00d0ab3008f103463a5e680e9432590dc77c
|
File details
Details for the file veimagex_mcp-0.1.3-py3-none-any.whl.
File metadata
- Download URL: veimagex_mcp-0.1.3-py3-none-any.whl
- Upload date:
- Size: 75.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 |
d2c7c7117532f60cb13f275b765a03ea5509fcd7bdcf594cd0789c8a62bcb565
|
|
| MD5 |
65fe1719ec678170634269520c580ab2
|
|
| BLAKE2b-256 |
7f3d253860da4802a8bd92176374889d14dd4d71d21b09500fd92c84a63ffbd9
|