qiniu-mcp-server logo

qiniu-mcp-serverMCP 服务器

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

qiniu-mcp-server 是基于七牛云产品的 Model Context Protocol(MCP)服务器。它允许 AI 大模型客户端在其上下文中访问七牛云存储、智能多媒体以及直播服务。 Qiniu MCP Server 支持多项功能,包括: - 支持列出存储桶、获取文件列表以及上传本地文件或文件内容等存储功能。 - 可检索文件内容并获取文件下载链接。 - 如需详细了解如何访问七牛云存储,请参阅《Based MCP 使用大模型访问七牛云存储》。 此外,它还支持智能多媒体功能,例如图像缩放和 CDN 操作。在直播方面,服务器可以创建直播空间桶、创建直播流并管理直播使用。 qiniu-mcp-server 需要 Python 3.12 或更高版本以及 uv 包管理器。服务器使用环境变量配置文件 (.env),需要设置必要的密钥和区域信息。 可以在 CLI 或直接在命令行中配合配置使用此服务器。此外,它可以通过在 core 目录中添加自定义业务包来进行扩展。 此 MCP 服务器支持两种直播功能的授权模式:使用 QINIU_ACCESS_KEY 和 QINIU_SECRET_KEY;或使用从 Qiniu Live 控制台获取的 QINIU_LIVE_API_KEY。 它还包括针对对象存储和实时系统操作的示例。

主要功能

  • 支持存储能力,如列出桶、获取文件列表以及上传本地文件或文件内容。
  • 获取文件内容并获取文件下载链接。
  • 为了访问 Qiniu 云存储的详细信息,请参见基于 MCP 的大型模型访问 Qiniu 云存储。

价格

模型
Free
评分
暂无评价

使用场景

基于 AI 的云存储管理

使用 Qiniu MCP 服务器使 AI 大型模型客户端能够管理 Qiniu 云存储,例如列出桶、上传文件和读取文件内容。

智能多媒体处理

利用 Qiniu MCP 服务器在 AI 大型模型客户端中执行智能多媒体处理,例如图像缩放和 CDN 刷新。

直播管理

通过 AI 大型模型客户端使用 Qiniu MCP 服务器管理直播空间和流,绑定流域名并获取流地址。

优点 & 缺点

优点

  • 允许 AI 大模型客户端与七牛云服务交互
  • 支持七牛的多项服务,包括存储、多媒体处理和直播
  • 可通过环境变量或配置文件进行配置

缺点

  • 需要 Python 3.12 及以上以及 uv 包管理器
  • 需要七牛访问密钥、秘密密钥及其他认证凭证

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Can the MCP server be used for real‑time live streaming setups?

Yes, it supports creating live streaming spaces and streams, listing them, binding stream domains, and obtaining stream addresses, enabling integration of live video into AI model contexts.

Asked by Wolfgang Krause · Mar 30, 2026

How is the server configured with my Qiniu credentials?

Credentials and other settings can be supplied via environment variables or a configuration file, allowing the server to authenticate and interact with Qiniu APIs.

Asked by Jarrah Whitlock · Mar 2, 2026

Which Qiniu services can be accessed through the MCP server?

It provides access to Qiniu cloud storage (listing buckets/files, uploading, downloading), intelligent multimedia functions (image scaling, corner rounding, CDN refresh/prefetch), and live streaming features (creating spaces, streams, binding domains, retrieving stream URLs).

Asked by Bilal Choudhury · Jan 23, 2026

What are the system requirements to run qiniu-mcp-server?

The server requires Python version 3.12 or higher and the uv package manager, along with valid Qiniu access and secret keys for authentication.

Asked by Valentina Marino · Dec 30, 2025

提问

服务配缩器 的替代品