mcp-builder

用途概括指导创建高质量MCP服务器,使LLM能够通过工具与外部服务交互,支持Python和TypeScript,涵盖设计、实现、测试和评估流程。

业务领域

CodingAiIntegration

技能形态

WorkflowStyle Guide
所需工具
npmnpx
语言环境
pythontypescript
包管理器
npmpip

Agent Skill 规格描述

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).

使用场景

两种典型用法

场景 01

集成GitHub API的MCP服务器开发

开发者使用该技能构建一个MCP服务器,封装GitHub的REST API,提供创建issue、列出仓库、搜索代码等工具。Agent通过调用这些工具,能够自动管理项目、跟踪任务、检索代码,提升开发协作效率。

场景 02

集成天气查询服务的MCP服务器开发

开发者利用该技能快速搭建一个MCP服务器,对接天气API,提供查询当前天气、预报、历史数据等工具。Agent可以响应用户的天气询问,自动获取并展示结构化天气信息,适用于智能助手、旅行规划等场景。

技能关系

我用了哪些 Skills · 哪些 skills 用了我

依赖关系读作“上一格指向下一格”。当前 Skill 位于第二格,上下分别是影响它与被它影响的 Skill。

第一层 · 这些 Skills 用了我

  • 无显式依赖

第二层 · 当前 Skill

  • mcp-builderWorkflow · Style Guide

第三层 · 我用了这些 Skills

  • 无其他 Skill 显式依赖此项

技能文件

SKILL.md

在 GitHub 打开 ↗
SKILL.md从 GitHub 加载中…

目录结构

技能结构

在 GitHub 打开 ↗
  • skills/mcp-builder/
  • root
    • ·LICENSE.txt
    • ·SKILL.md
    • reference
      • ·evaluation.md
      • ·mcp_best_practices.md
      • ·node_mcp_server.md
      • ·python_mcp_server.md
    • scripts
      • ·connections.py
      • ·evaluation.py
      • ·example_evaluation.xml
      • ·requirements.txt

按 Agent Skills 规范,必需项仅 SKILL.md;其余目录均为可选的脚本 / 引用 / 资源扩展。