mcp-builder

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

适合需要把 LLM 与外部 API/服务稳健集成的开发者与团队。

▸ 风险提示

涉及外部 API 调用与凭证管理,需注意权限与安全防护。

这个 Skill 做什么

指导构建符合最佳实践的 MCP 服务器以让 LLM 调用外部服务。

指导搭建高质量的 MCP(Model Context Protocol)服务器,让 LLM 能规范地调用外部 API 或服务,包含架构、交互契约和工程化细节。适用于用 Python(FastMCP)或 Node/TypeScript(MCP 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集成通用
1.8k
Stars
487
Forks
23
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ComposioHQ/awesome-claude-plugins/master/mcp-builder/skills/mcp-builder/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ComposioHQ/awesome-claude-plugins/master/mcp-builder/skills/mcp-builder/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# MCP Server Development Guide

## Overview

To create high-quality MCP (Model Context Protocol) servers that enable LLMs to effectively interact with external services, use this skill. An MCP server provides tools that allow LLMs to access external services and APIs.

## High-Level Workflow

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

### Phase 1: Deep Research and Planning

#### Agent-Centric Design Principles

**Build for Workflows, Not Just API Endpoints:**
- Don't simply wrap existing API endpoints - build thoughtful, high-impact workflow tools
- Consolidate related operations (e.g., `schedule_event` that both checks availability and creates event)
- Focus on tools th
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有