MCP Demos
by jinzcdev
This repository contains example projects demonstrating the use of the Model Context Protocol (MCP). It showcases how to build applications using the MCP protocol.
View on GitHub
Last updated: N/A
《从原理到实战:掌握 MCP》系列文章的示例代码库
本仓库将在后续维护一系列使用 Model Context Protocol (MCP) 的示例项目,用于展示如何使用 MCP 协议构建应用程序。
项目列表
- weather-server-node: 官方示例,基于 Node.js 的天气服务 MCP 服务器,提供天气预报和天气警报功能。
- simple-filesystem-server-python: 基于 Python 的简易文件系统服务器,支持多种文件操作。
通用安装步骤
每个子项目都有自己的安装和运行说明,请参阅各个项目目录中的 README.md 文件。