指导你构建高质量 MCP 服务器,安全集成外部 API 与服务供大模型调用。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "mcp-builder" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/mcp-builder/SKILL.md 2. 保存为 ~/.claude/skills/mcp-builder/SKILL.md 3. 装好后重载技能,告诉我可以用了
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.
Creating a high-quality MCP server involves four main phases:
Before diving into implementation, understand how to design tools for AI agents by reviewing these principles:
Build for Workflows, Not Just API Endpoints:
schedule_event that both checks availability and creates event)Optimize for Limited Context:
Design Actionable Error Messages:
Follow Natural Task Subdivisions:
Use Evaluation-Driven Development:
Fetch the latest MCP protocol documentation:
Use WebFetch to load: https://modelcontextprotocol.io/llms-full.txt
This comprehensive document contains the complete MCP specification and guidelines.
Load and read the following reference files:
For Python implementations, also load:
https://raw.githubusercontent.com/modelcontextprotocol/python-sdk/main/README.mdFor Node/TypeScript implementations, also load:
https://raw.githubusercontent.com/modelcontextprotocol/typescript-sdk/main/README.mdTo integrate a service, read through ALL available API documentation:
To gather comprehensive information, use web search and the WebFetch tool as needed.
Based on your research, create a detailed plan that includes:
Tool Selection:
…
通过 Rube MCP 自动执行远程检索任务,并先搜索工具获取最新接口信息。
通过 Rube MCP 自动化执行 Fullenrich 数据补全与线索丰富任务。
通过 Rube MCP 自动化执行 Anonyflow 任务,并先检索最新工具参数。
通过 Rube MCP 自动处理 Eversign 文档签署与相关流程操作。
通过 Rube MCP 自动执行 Felt 工作流与批量操作,提升地图协作效率。
通过先检索当前工具 schema,自动执行 Deadline Funnel 相关营销任务与流程。
帮助开发者梳理需求并规划合适的 MCP 服务器构建方案
通过 MCP 协议连接并调用 mcp API,扩展 AI 的工具使用能力。
用于快速构建 MCP 服务器的 TypeScript 工具包,减少样板代码
帮助开发者快速搭建 MCP 服务器模板,并通过 CLI 扩展工具能力。
通过 MCP 协议调用天气查询等工具,并复用资源与提示模板提升集成效率。
提供 Python MCP 服务器生产级模板,加速工具开发、日志配置与传输接入。