Skip to main content
ClaudeWave
liaokongVFX avatar
liaokongVFX

MCP-Chinese-Getting-Started-Guide

View on GitHub

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

MCP Servers3.5k stars219 forksUpdated 1y ago
Editor's note

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.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
aideepseekmcpmcp-servermodelcontextprotocol

What people ask about MCP-Chinese-Getting-Started-Guide

What is liaokongVFX/MCP-Chinese-Getting-Started-Guide?

+

liaokongVFX/MCP-Chinese-Getting-Started-Guide is mcp servers for the Claude AI ecosystem. Model Context Protocol(MCP) 编程极速入门 It has 3.5k GitHub stars and was last updated 1y ago.

How do I install MCP-Chinese-Getting-Started-Guide?

+

You can install MCP-Chinese-Getting-Started-Guide by cloning the repository (https://github.com/liaokongVFX/MCP-Chinese-Getting-Started-Guide) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is liaokongVFX/MCP-Chinese-Getting-Started-Guide safe to use?

+

Our security agent has analyzed liaokongVFX/MCP-Chinese-Getting-Started-Guide and assigned a Trust Score of 55/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains liaokongVFX/MCP-Chinese-Getting-Started-Guide?

+

liaokongVFX/MCP-Chinese-Getting-Started-Guide is maintained by liaokongVFX. The last recorded GitHub activity is from 1y ago, with 7 open issues.

Are there alternatives to MCP-Chinese-Getting-Started-Guide?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy MCP-Chinese-Getting-Started-Guide to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More MCP Servers