Back to MCP directory
publicPublicdnsLocal runtime

awesome-mcp-server-cn

收集了国内常见服务的MCP Server资源列表,涵盖地图、天气、云服务等多个领域

article

README

🚀 国内 awesome MCP 服务列表

本项目汇集了国内常见的 MCP 服务提供方,为开发者和相关从业者提供了便捷的资源参考。

🚀 快速开始

本列表更新时间为 2025-04-30。需要注意的是,文中的服务按添加顺序排列,不反映其实际发布时间。以下是国内常见的 MCP 服务提供方:

📚 详细文档

其他资源

除了上述国内的 MCP 服务,还有一些相关的其他资源:

🔧 贡献

如果您了解更多的国内 MCP 服务,请通过提交 PR 的方式添加,共同完善这份服务列表。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client