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.4.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.4.tar.gz.
File metadata
- Download URL: veimagex_mcp-0.1.4.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 |
4e76c2deaf78015e178311cf38505e9286e45bcb58b3236fcaa2292d2d8cb354
|
|
| MD5 |
58d2f2c875756313b1f67b6cbd0e2255
|
|
| BLAKE2b-256 |
ce7b424bfd88d3ddd777be29713b52e9f44aaa09110b9d9947bc4e15235ae5f5
|
File details
Details for the file veimagex_mcp-0.1.4-py3-none-any.whl.
File metadata
- Download URL: veimagex_mcp-0.1.4-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 |
95dfbfa628cca5f562313c1b6327559a583a13cfed82d187a8bf0467784bb92f
|
|
| MD5 |
4166874d57e8d7516208ffc5ee81d7d6
|
|
| BLAKE2b-256 |
270f6d02dd688392467614a573551fb18af2c92cf7be16f81f914e70cd7d1c52
|