MCP Directory
Back

modelcontextprotocol-cn

by coolerks · TypeScript · ★ 0

modelcontextprotocol-cn — MCP server.

Install

npx -y github:coolerks/modelcontextprotocol-cn

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "modelcontextprotocol-cn": {
      "command": "npx",
      "args": [
        "-y",
        "github:coolerks/modelcontextprotocol-cn"
      ]
    }
  }
}

From the README

_刚听说 MCP 不知道从哪里开始?请查看我们的[文档网站](https://modelcontextprotocol.io)。_ 本仓库包含: - MCP 规范 - MCP 协议 schema - 官方 MCP 文档 Schema 首先[以 TypeScript 定义](schema/2025-11-25/schema.ts),同时 也[以 JSON Schema 形式提供](schema/2025-11-25/schema.json),以获得更广泛的兼容性。 官方 MCP 文档使用 Mintlify 构建,可在 [modelcontextprotocol.io](https://modelcontextprotocol.io) 访问。 Model Context Protocol 由 David Soria Parra ([@dsp](https://github.com/dsp)) 和 Justin Spahr-Summers ([@jspahrsummers](https://github.com/jspahrsummers)) 创建。 请参阅 [CONTRIBUTING.md](./CONTRIBUTING.md)。 本项目采用 [MIT 许可证](LICENSE) 授权。
Read full README on GitHub →

Related other servers