mcp-builder

仓库创建 2025年6月14日最近提交 1 个月前SkillHot 收录 22 天前
▸ 精选理由

对接外部 API 与构建代理工具链的实用开发指南。

▸ 风险提示

运行/部署会对外暴露接口并处理凭证,注意安全与权限。

这个 Skill 做什么

指导构建 MCP 服务器,让 LLM 能通过标准化工具访问外部服务。

指导如何搭建高质量的 MCP(Model Context Protocol)服务器,让 LLM 能通过标准化工具安全访问外部 API 或服务。无论用 Python(FastMCP)还是 Node/TypeScript(MCP SDK),都会给出设计、实现和测试流程建议。重点在于把工具设计成让 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) or Node/TypeScript (MCP SDK).

开发编程MCP服务集成工具构建通用
313
Stars
56
Forks
20
仓库内 Skill
+5
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/main/.claude/skills/mcp-builder/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/main/.claude/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 公开信息 · 原文版权归作者所有