Imgbb Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Imgbb Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
免费图床 MCP 服务 - 将图片上传到 ImgBB 并获取公网链接
这是一个基于 MCP (Model Context Protocol) 的免费图床服务,将 ImgBB 匿名上传功能封装为 MCP 工具,供 AI 客户端(如 Claude Desktop、Cursor 等)直接调用。
核心特性:
pip install mcppython3 mcp_server.py#### Claude Desktop
编辑 claude_desktop_config.json:
{
"mcpServers": {
"imgbb": {
"command": "python3",
"args": ["/path/to/imgbb-mcp/mcp_server.py"]
}
}
}#### Cursor
在 Cursor 的 MCP 配置中添加:
{
"mcpServers": {
"imgbb": {
"command": "python3",
"args": ["/path/to/imgbb-mcp/mcp_server.py"]
}
}
}upload_image上传图片到 ImgBB 图床(支持本地文件和网络 URL)
参数:
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
source | string | ✅ | 本地文件路径 或 网络图片 URL |
返回示例:
{
"success": true,
"url": "https://i.ibb.co/xxxxx/image.png",
"url_viewer": "https://ibb.co/xxxxx",
"delete_url": "https://ibb.co/delete/xxxxx",
"display_url": "https://i.ibb.co/xxxxx/image.png",
"filename": "image.png",
"width": 1920,
"height": 1080,
"size": 123456,
"size_formatted": "120 KB",
"thumb_url": "https://i.ibb.co/xxxxx/thumb-image.png"
}upload_image_from_url专门从网络 URL 上传图片
参数:
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
url | string | ✅ | 网络图片的完整 URL 地址 |
imgbb-mcp/
├── mcp_server.py # MCP Server 主程序
├── imgbb_upload.py # 独立上传脚本(可直接命令行使用)
├── requirements.txt # Python 依赖
├── pyproject.toml # 项目配置
├── package.json # MCP 配置(兼容格式)
└── README.md # 本文件也可以直接使用上传脚本:
# 上传本地图片
python3 imgbb_upload.py /path/to/image.png
# 上传网络图片
python3 imgbb_upload.py https://example.com/photo.jpg本工具仅供学习和个人参考使用,使用者应自行注意以下事项:
📌 工具中立原则:本项目是纯粹的技术实现,如同浏览器或下载工具一样,使用者如何使用完全取决于使用者自身。
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.