mcp-builder
仓库创建 2025年10月22日最近提交 13 天前SkillHot 收录 20 天前
▸ 精选理由
为开发可对接 LLM 的工具/服务提供清晰的设计与实现指南。
这个 Skill 做什么
构建 MCP 服务器与 SDK,设计让 LLM 可安全调用外部服务的工具接口。
指导如何搭建高质量的MCP服务器和SDK,让LLM能安全、可控地调用外部服务和API。适合在用Python(FastMCP)或Node/TypeScript开发工具接口、把模型接入真实后端时参考。重点在设计清晰、可测且有权限边界的接口,确保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).
1.4k
Stars
245
Forks
31
仓库内 Skill
+46
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Prat011/awesome-llm-skills/master/mcp-builder/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Prat011/awesome-llm-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 公开信息 · 原文版权归作者所有