Skip to main content
ClaudeWave
liaokongVFX avatar
liaokongVFX

MCP-Chinese-Getting-Started-Guide

Ver en GitHub

Model Context Protocol(MCP) 编程极速入门

MCP Servers3.5k estrellas219 forksActualizado 1y ago
Nota editorial

This repository is a Chinese-language tutorial guide for building Model Context Protocol (MCP) servers and clients using Python 3.11 and the uv package manager. It walks through creating a working web search MCP server called `web_search.py` using `FastMCP` from the official `mcp` SDK, with the `@app.tool()` decorator to expose a `web_search` function that calls Zhipu AI's `web-search-pro` API at 0.03 yuan per query. The guide covers both stdio and SSE transport layers, debugging via the official `@modelcontextprotocol/inspector` tool, and building an `MCPClient` class that connects non-Claude LLMs such as DeepSeek to MCP servers through the OpenAI-compatible API. It also explains how to register servers in Claude Desktop's configuration file. The material targets Chinese-speaking developers who want to write MCP-compatible tooling for any LLM, not exclusively Claude, and includes complete annotated code samples throughout.

ClaudeWave Trust Score
55/100
· OK
Passed
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
  • Documented (README)
Flags
  • !No standard license detected
  • !Stale (last commit >414d ago)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/liaokongVFX/MCP-Chinese-Getting-Started-Guide
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-chinese-getting-started-guide": {
      "command": "node",
      "args": ["/path/to/MCP-Chinese-Getting-Started-Guide/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/liaokongVFX/MCP-Chinese-Getting-Started-Guide and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

README no disponible. Visita el repo en GitHub para la documentación completa.
aideepseekmcpmcp-servermodelcontextprotocol

Lo que la gente pregunta sobre MCP-Chinese-Getting-Started-Guide

¿Qué es liaokongVFX/MCP-Chinese-Getting-Started-Guide?

+

liaokongVFX/MCP-Chinese-Getting-Started-Guide es mcp servers para el ecosistema de Claude AI. Model Context Protocol(MCP) 编程极速入门 Tiene 3.5k estrellas en GitHub y se actualizó por última vez 1y ago.

¿Cómo se instala MCP-Chinese-Getting-Started-Guide?

+

Puedes instalar MCP-Chinese-Getting-Started-Guide clonando el repositorio (https://github.com/liaokongVFX/MCP-Chinese-Getting-Started-Guide) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar liaokongVFX/MCP-Chinese-Getting-Started-Guide?

+

Nuestro agente de seguridad ha analizado liaokongVFX/MCP-Chinese-Getting-Started-Guide y le ha asignado un Trust Score de 55/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene liaokongVFX/MCP-Chinese-Getting-Started-Guide?

+

liaokongVFX/MCP-Chinese-Getting-Started-Guide es mantenido por liaokongVFX. La última actividad registrada en GitHub es de 1y ago, con 7 issues abiertos.

¿Hay alternativas a MCP-Chinese-Getting-Started-Guide?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega MCP-Chinese-Getting-Started-Guide en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: liaokongVFX/MCP-Chinese-Getting-Started-Guide
[![Featured on ClaudeWave](https://claudewave.com/api/badge/liaokongvfx-mcp-chinese-getting-started-guide)](https://claudewave.com/repo/liaokongvfx-mcp-chinese-getting-started-guide)
<a href="https://claudewave.com/repo/liaokongvfx-mcp-chinese-getting-started-guide"><img src="https://claudewave.com/api/badge/liaokongvfx-mcp-chinese-getting-started-guide" alt="Featured on ClaudeWave: liaokongVFX/MCP-Chinese-Getting-Started-Guide" width="320" height="64" /></a>

Más MCP Servers