Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Qiniu Cloud-based Model Context Protocol (MCP) server that enables AI clients to access Qiniu's storage, intelligent multimedia services, and CDN features through the MCP protocol.
Add this to your MCP client configuration:
{
"mcpServers": {
"qiniu-qiniu-mcp-server": {
"command": "uvx",
"args": [
"qiniu-mcp-server"
],
"env": {
"QINIU_ACCESS_KEY": "<Your Qiniu Cloud access key>",
"QINIU_SECRET_KEY": "<Your Qiniu Cloud secret key>",
"QINIU_REGION_NAME": "<Your Qiniu Cloud region name>",
"QINIU_ENDPOINT_URL": "<Your Qiniu Cloud endpoint URL>",
"QINIU_BUCKETS": "<Comma-separated list of Qiniu Cloud buckets to access>"
}
}
}
}{
"id": "qiniu-qiniu-mcp-server",
"name": "Qiniu",
"description": "A Qiniu Cloud-based Model Context Protocol (MCP) server that enables AI clients to access Qiniu's storage, intelligent multimedia services, and CDN features through the MCP protocol.",
"source_url": "https://github.com/qiniu/qiniu-mcp-server",
"publisher_name": "qiniu",
"publisher_url": "https://github.com/qiniu",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 147,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "qiniu-mcp-server"
},
"tools_count": 13
}