Skip to main content

MCP服务器:图像编辑工具,提供显著性分割、背景移除等图像处理功能

Project description

MCP 图像抠图服务器

这是一个基于Model Context Protocol (MCP)的服务器,专门提供火山引擎图像抠图功能。

功能特性

  • 智能抠图: 使用火山引擎的显著性分割技术,自动识别并抠出图像中的主要对象
  • 批量处理: 支持同时处理多张图像
  • 直接返回: 抠图结果以base64格式直接返回,不在MCP内部上传图片
  • 高精度: 基于显著性检测的精确分割算法

安装

从 PyPI 安装

pip install mcp-image-cutout

从源码安装

git clone https://github.com/fengjinchao/mcp-image-cutout.git
cd mcp-image-cutout
pip install -e .

2. 配置API密钥

推荐使用环境变量设置API密钥:

export VOLC_ACCESS_KEY="your_access_key"
export VOLC_SECRET_KEY="your_secret_key"

或者在代码中直接设置(不推荐用于生产环境)。

3. 运行服务器

# 使用命令行工具
mcp-image-cutout

# 或直接运行模块
python -m mcp_image_cutout.server

在Claude Desktop中使用

在Claude Desktop的配置文件中添加以下配置:

macOS/Linux: ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "抠图工具": {
      "command": "mcp-image-cutout",
      "env": {
        "VOLC_ACCESS_KEY": "your_access_key",
        "VOLC_SECRET_KEY": "your_secret_key"
      }
    }
  }
}

可用工具

image_cutout

智能图像抠图,使用显著性分割自动识别并抠出图像中的主要对象,直接返回base64图片数据。

参数:

  • image_urls: 图像URL列表,支持多张图像同时处理

返回:

  • 单张图片:data 为base64图片数据
  • 多张图片:data 为base64图片数据列表
  • encoding: base64
  • mime_type: image/png

示例:

请帮我抠出这张图片中的主要对象:https://example.com/image.jpg
批量抠图这些图片:
- https://example.com/image1.jpg
- https://example.com/image2.jpg

抠图原理

使用的 saliency_seg 显著性分割算法:

  • 基于视觉显著性检测图像中最重要的区域
  • 精确分割显著对象的轮廓
  • 生成高质量的抠图结果
  • 适用于各种复杂背景的图像处理

返回格式

抠图完成后,系统会直接返回base64编码的PNG图片数据,不会把待处理图片或处理结果上传到MCP内部的文件服务器。

返回格式示例

{
    "success": true,
    "data": "iVBORw0KGgoAAAANSUhEUg...",
    "encoding": "base64",
    "mime_type": "image/png",
    "message": "处理成功,共返回 1 张base64图片",
    "processed_count": 1,
    "total_count": 1
}

注意事项

  1. 确保图像URL可以公开访问
  2. 处理结果会以base64格式返回,大图像可能需要较长处理时间
  3. API调用有频率限制,请合理使用
  4. 生产环境中请使用环境变量设置API密钥

故障排除

常见问题

  1. 服务器无法启动

    • 检查Python版本(需要3.10+)
    • 确认所有依赖已正确安装
  2. API调用失败

    • 验证API密钥是否正确
    • 检查网络连接
    • 确认图像URL可访问
  3. Claude Desktop中看不到工具

    • 检查配置文件语法
    • 确认路径是绝对路径
    • 重启Claude Desktop

日志查看

服务器日志会输出到stderr,可以通过以下方式查看:

# 查看Claude Desktop的MCP日志
tail -f ~/Library/Logs/Claude/mcp-server-图像编辑.log

开发

如需修改或扩展功能,请参考:

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

mcpcn_image_cutout-0.1.1.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcpcn_image_cutout-0.1.1-py3-none-any.whl (9.5 kB view details)

Uploaded Python 3

File details

Details for the file mcpcn_image_cutout-0.1.1.tar.gz.

File metadata

  • Download URL: mcpcn_image_cutout-0.1.1.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.16

File hashes

Hashes for mcpcn_image_cutout-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f922e100fb3629d335331b65bbf2bc307deffca67189acafb22f7b222a828b16
MD5 a2441966d265d0d62e9e6e128be2e6ed
BLAKE2b-256 45162fd9aed6dc296e4f6aff8851be951de002b74dee394d1eb374ff7b856bcc

See more details on using hashes here.

File details

Details for the file mcpcn_image_cutout-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for mcpcn_image_cutout-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7befe259f5623d74728307bdc0fd6561f4cd7d40675aa91e15a35a8f6955620a
MD5 b118dd129d74c1515e8b0a68082d8a67
BLAKE2b-256 a90de89973494b9c9049177d62f360836ae35b1229d2f02399f7a522439cbbce

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page