Back to MCP Servers
Qiniu
A MCP built on Qiniu Cloud products, supporting access to Qiniu Cloud Storage, media processing services, etc.
cloud-platformsrag
By qiniu
Installation
npx -y qiniu-mcp-serverConfiguration
{
"mcpServers": {
"qiniu-mcp-server": {
"command": "npx",
"args": ["-y", "qiniu-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes