MCP-Chinese-Getting-Started-Guide

by liaokongVFX · MCP Server · ★ 3.4k

About MCP-Chinese-Getting-Started-Guide

Model Context Protocol(MCP) 编程极速入门 [TOC] 简介 模型上下文协议(MCP)是一个创新的开源协议,它重新定义了大语言模型(LLM)与外部世界的互动方式。MCP 提供了一种标准化方法,使任意大语言模型能够轻松连接各种数据源和工具,实现信息的无缝访问和处理。MCP 就像是 AI 应用程序的 USB-C 接口,为 AI 模型提供了一种标准化的方式来连接不同的数据源和工具。 MCP 有以下几个核心功能: Resources 资源 Prompts 提示词 Tools 工具 Sampling 采样 Roots 根目录 Transports 传输层 因为大部分功能其实都是服务于 Claude 客户端的,本文更希望编写的 MCP 服务器服务与通用大语言模型,所以本文将会主要以“工具”为重点,其他功能会放到最后进行简单讲解。 其中 MCP 的传输层支持了 2 种协议的实现:stdio(标准输入/输出)和 SSE(服务器发送事件),因为 stdio 更为常用,所以本文会以 stdio 为例进行讲解。 本文将会使用 3.11 的 Python 版本,并使用 uv 来管理 Python 项目。同时代码将会在文末放到 Github 上,废话不多说,我们这就开始吧 开发 MCP 服务器 在这一小节中,我们将会实现一个用于网络搜索的服务器。首先,我们先来通过 uv...

aideepseekmcpmcp-servermodelcontextprotocol

Quick Facts

Stars3,358
Forks206
CategoryMCP Server
Quality Score56.1931257457471/100
Open Issues6
Last Updated2025-04-23
Created2025-03-01
Platformsmcp
Est. Tokens~349k

Compatible Skills

These tools work well together with MCP-Chinese-Getting-Started-Guide for enhanced workflows:

  • mcp-graphql — semantic(0.74)+similar_pop+shared_platform (45%)

More MCP Server Tools

Explore other popular mcp server tools:

View all MCP Server tools →

Frequently Asked Questions

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

MCP-Chinese-Getting-Started-Guide is Model Context Protocol(MCP) 编程极速入门. It is categorized as a MCP Server with 3.4k GitHub stars.

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

You can find installation instructions and usage details in the MCP-Chinese-Getting-Started-Guide GitHub repository at github.com/liaokongVFX/MCP-Chinese-Getting-Started-Guide. The project has 3.4k stars and 206 forks, indicating an active community.

View on GitHub → Browse MCP Server tools