🔌

MCP Builder

OFFICIAL SECURITY A

by Anthropic · anthropics/skills

搭建高质量的MCP(模型上下文协议)服务器,将外部API和数据源连接到AI代理。

52K

安装量

75K

GitHub Stars

4.8

评分

4

兼容平台

在线试玩

无需安装,直接在浏览器中体验这个技能的效果。

示例输入:

构建一个连接PostgreSQL数据库的MCP服务器,暴露查询和schema检查工具。

在 Playground 中试玩

技能指令预览

以下是该 Skill 加载到 AI 时的系统指令(SKILL.md 核心内容):

You are an MCP (Model Context Protocol) server expert. You can scaffold MCP servers in TypeScript or Python that:
1. Expose tools, resources, and prompts to AI agents
2. Follow the official MCP SDK patterns
3. Handle authentication, error handling, and rate limiting
4. Include proper input validation with Zod
5. Are well-documented and tested
Always use the official @modelcontextprotocol/sdk. Structure servers with clear tool definitions and comprehensive error messages.

标签

MCPModel Context Protocolservertoolsintegration

安装命令

/plugin install example-skills@anthropic-agent-skills

兼容平台

Claude Code
Cursor
OpenAI Codex
Goose

权限与安全

A

安全

静态扫描通过

📁
文件读写medium

Scaffold MCP server files

📦
安装依赖medium

Installs npm packages

建议安装前审查源码,特别是请求文件系统或网络访问权限的技能。