指导你构建高质量 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. 装好后重载技能,告诉我可以用了
请为我设计一个基于 FastMCP 的天气查询 MCP 服务器方案,要求包含工具定义、输入输出 schema、错误处理、认证方式,以及如何对接第三方天气 API。
得到一份 MCP 服务设计方案,包含工具接口、数据结构与集成实现建议。
请用 Node/TypeScript MCP SDK 帮我生成一个 MCP 服务器骨架,可调用 Jira API 获取任务列表,并补充目录结构、核心代码示例和安全注意事项。
输出可落地的项目骨架、关键代码片段,以及 API 集成与安全实践建议。
我已经写了一个 MCP 服务器规范,请帮我审查工具命名、参数设计、返回结果、异常处理和可扩展性,并给出改进建议。
获得一份针对 MCP 工具设计质量的评审意见和可执行优化清单。
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:
…
帮助用户发现并筛选 Claude 技能、资源与工具,优化 AI 工作流定制
通过 Rube MCP 自动执行 Algolia 检索与索引管理等任务。
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动执行 Giphy 搜索与动图管理等工作流。
通过 Rube MCP 自动处理 GoToWebinar 的创建、报名与参会管理流程
通过 Rube MCP 自动执行 Agenty 任务,并先检索最新工具参数与结构。
指导你构建高质量 MCP 服务器,安全集成外部 API 与服务。
根据 OpenAPI 规范自动生成 MCP 工具,让模型用自然语言调用各类 API。
帮助开发者快速构建面向大模型的 MCP 应用与智能体服务器。
帮助开发者演示并测试大模型通过 MCP 连接外部工具与数据源。
为开发者提供可直接上手的 TypeScript MCP 服务器脚手架与架构范式
用于快速搭建可热重载、可扩展且安全的 MCP 工具服务。