mcp-builder

仓库创建 2025年10月17日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由

为模型提供规范化工具接口,方便集成异构服务

这个 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服务端SDK通用
7.1w
Stars
8.0k
Forks
40
仓库内 Skill
+4.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/mcp-builder/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/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. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks using the tools provided.

---

# Process

## 🚀 High-Level Workflow

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

### Phase 1: Deep Research and Planning

#### 1.1 Understand Agent-Centric Design Principles

Before diving into implementation, understand how to design tools for AI agents by reviewing these princ
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有