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.5.tar.gz
(74.6 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.5.tar.gz.
File metadata
- Download URL: veimagex_mcp-0.1.5.tar.gz
- Upload date:
- Size: 74.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4023782d4177eaabc1c8b84248477e908abe89260334302b864027f8e24d2b9
|
|
| MD5 |
d09bc8625b0a5200757323c562237ee2
|
|
| BLAKE2b-256 |
fdbcf1313c6f926fe659c562dbc45a67ebbb1b3962a8beb94c1dcfcc6c03d7ec
|
File details
Details for the file veimagex_mcp-0.1.5-py3-none-any.whl.
File metadata
- Download URL: veimagex_mcp-0.1.5-py3-none-any.whl
- Upload date:
- Size: 76.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99f5cc5dca2bc481bfee6aea751f31e0f4c3893e9c9ceb9b36eeea33d7d53b56
|
|
| MD5 |
3e2f025eb112f0d3a1a37b27c595866f
|
|
| BLAKE2b-256 |
26de9b309fed966660792402098ae4e5c1f07af327b91350984b557c40f9c23e
|