mcp-builder

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

对想让 LLM 与外部系统交互的开发者是实战级的参考。

▸ 风险提示

可能涉及外部 API 与凭证管理,注意权限与凭证安全。

这个 Skill 做什么

指导构建 MCP 服务器,使模型通过工具安全调用外部 API 与服务。

帮你搭建能让 LLM 安全调用外部 API 的 MCP 服务端,把模型和外部服务/工具连接起来以完成真实任务。用在要把第三方服务、数据库或内部 API 暴露给模型时,支持 Python(FastMCP)和 Node/TypeScript 的 SDK。重点在于设计清晰的工具接口、错误处理和调用规范,保证模型调用稳健可控。

▸ 展开 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 架构API 集成服务开发通用
6.2k
Stars
707
Forks
23
仓库内 Skill
+70
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/resources/skills/mcp-builder/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/resources/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 公开信息 · 原文版权归作者所有