mcp-builder
仓库创建 2025年10月22日最近提交 22 小时前SkillHot 收录 1 小时前
▸ 精选理由
对接外部 API/服务时提供规范性实现与最佳实践指导。
▸ 风险提示
可能引导暴露外部服务或要求高权限部署。
这个 Skill 做什么
指导构建 MCP 服务器,使 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.8k
Stars
518
Forks
23
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/composio-community/awesome-claude-plugins/master/mcp-builder/skills/mcp-builder/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/composio-community/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 公开信息 · 原文版权归作者所有