mcp-builder
仓库创建 2026年1月17日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
从架构到多语言实现示例均覆盖,便于快速搭建可用的工具端点。
这个 Skill 做什么
构建使 LLM 与外部服务交互的 MCP 协议服务器与 SDK 指南。
提供搭建高质量 MCP(Model Context Protocol)服务器和 SDK 的实战指南,让 LLM 能通过设计良好的工具去调用外部 API 或服务。适合在把模型接入真实世界服务的工程中使用,比如用 Python/FastMCP、Node/TypeScript 或 C# 实现服务端能力时。特别强调工具接口和用户体验设计,让 LLM 更稳健、可控地完成复杂任务。
▸ 展开 SKILL.md 英文原文
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP), Node/TypeScript (MCP SDK), or C#/.NET (Microsoft MCP SDK).
2.7k
Stars
304
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/skills/main/.github/skills/mcp-builder/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/skills/main/.github/skills/mcp-builder/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# MCP Server Development Guide ## Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. --- ## Microsoft MCP Ecosystem Microsoft provides extensive MCP infrastructure for Azure and Foundry services. Understanding this ecosystem helps you decide whether to build custom servers or leverage existing ones. ### Server Types | Type | Transport | Use Case | Example | |------|-----------|----------|---------| | **Local** | stdio | Desktop apps, single-user, local dev | Azure MCP Server via NPM/Docker | | **Remote**
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有