wos MCP Server
Description
# wos MCP Server ## 语言 / Language - [简体中文](README.md) - [English](README.en.md) ## 概述 基于wcs云产品构建的 Model Context Protocol (MCP) Server,支持用户在 AI 大模型客户端的上下文中通过该 MCP Server 来访问wcs云存储、智能多媒体服务等。 ## 安装 **前置要求** - Python 3.12 或更高版本 - uv 包管理器 如果还没有安装 uv,可以使用以下命令安装: ```bash curl -LsSf…
About
# wos MCP Server ## 语言 / Language - [简体中文](README.md) - [English](README.en.md) ## 概述 基于wcs云产品构建的 Model Context Protocol (MCP) Server,支持用户在 AI 大模型客户端的上下文中通过该 MCP Server 来访问wcs云存储、智能多媒体服务等。 ## 安装 **前置要求** - Python 3.12 或更高版本 - uv 包管理器 如果还没有安装 uv,可以使用以下命令安装: ```bash curl -LsSf https://astral.sh/uv/install.sh | sh ``` 1…
Details
- Author
- Wangsu-Cloud-Storage
- Downloads
- 252
- Categories
- Other
Jump to
- Supports both stdio and SSE transport modes.
- Configurable via environment variables or .env file.
- S3/Kodo compatible for cloud storage operations.
- Integrates with AI model clients via MCP protocol.
- Extensible architecture for adding new business tools.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
wos MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, create a virtual environment with uv, install dependencies, then configure credentials in a .env file (access key, secret key, region, endpoint, and buckets). Start the server using uv --directory . run wos-mcp-server in stdio mode, or add --transport sse --port 8000 for SSE mode. Integrate with MCP-compatible clients like Cline.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"wos mcp server": {
"wcs-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}
}
McpServers
{
"wcs-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



