指导你构建高质量 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 自动处理 Sevdesk 相关任务,提升财务与办公流程效率。
通过 Rube MCP 自动化执行 Mezmo 相关任务,并先检索最新工具结构。
通过 Rube MCP 自动化执行 Exa 搜索与相关任务流程,提升检索效率。
通过 Rube MCP 自动执行 U301 相关任务,并先检索最新工具模式后再操作。
用自然语言自动管理 Webex 消息、房间、团队、Webhook 与成员。
通过 Rube MCP 自动执行 Rootly 任务并加速事件响应流程
帮助开发者快速搭建 MCP 服务器模板,并通过 CLI 扩展工具能力。
根据 OpenAPI 规范自动生成 MCP 工具,让模型用自然语言调用各类 API。
用自然语言搭建本地 MCP 服务器与 AI 工具,并连接主流兼容助手
帮助开发者搭建基于 FastMCP 的高性能个人 MCP 服务器。
通过 MCP 协议与 REST 接口统一发布、编写和复用 AI 工具与技能。
快速搭建带stdio传输与单工具示例的MCP服务器起点。