anthropics/skills✦ 精选0°

mcp-builder

仓库创建 2025年9月22日最近提交 2 天前SkillHot 收录 20 天前
▸ 精选理由

帮助开发者把 LLM 与外部 API/服务可靠地集成并构建可复用工具化接口。

▸ 风险提示

搭建与测试服务可能涉及管理 API 密钥与开放网络端口,请注意凭据与网络安全。

这个 Skill 做什么

关于构建 MCP(Model Context Protocol)服务端的设计与实现最佳实践指南。

教你如何搭建高质量的 MCP(Model Context Protocol)服务端,让 LLM 能可靠地调用外部 API 或服务,支持用 FastMCP(Python)或 MCP SDK(Node/TypeScript)实现。适合在项目里把模型接入第三方系统、封装工具或设计交互接口时使用。特别关注接口设计、工具可用性和让模型能完成真实任务的端到端表现。

▸ 展开 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) or Node/TypeScript (MCP SDK).

开发编程MCP服务端SDK通用
16.4w
Stars
2.0w
Forks
18
仓库内 Skill
+5.6k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/anthropics/skills/main/skills/mcp-builder/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/anthropics/skills/main/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.

---

# Process

## 🚀 High-Level Workflow

Creating a high-quality MCP server involves four main phases:

### Phase 1: Deep Research and Planning

#### 1.1 Understand Modern MCP Design

**API Coverage vs. Workflow Tools:**
Balance comprehensive API endpoint coverage with specialized workflow tools. Workflow tools can be more convenient for specific tasks, while comprehensive coverage gives agents flexibility to compose opera
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有