MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by HuaweiCloudDeveloper

Created 7/22/2025
Updated 11 days ago
Repository documentation and setup instructions

mcp-server-marketplace

存放所有MCP服务的详情页

项目目录结构

project-root
├── README.md                       # 项目说明文档
├── common_servers                  # 通用服务(可复用的基础服务)
│   └── mcp_server_time             # 时间同步/获取服务
├── huaweicloud_marketplace_server  # 华为云市场侧服务
├── huaweicloud_services_server     # 华为云服务集成示例
├── docs                            # 项目文档
Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/HuaweiCloudDeveloper/mcp-server-marketplace
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "huaweiclouddeveloper-mcp-server-marketplace": { "command": "git", "args": [ "clone", "https://github.com/HuaweiCloudDeveloper/mcp-server-marketplace" ] } } }
Author Servers
Other servers by HuaweiCloudDeveloper