mcp-developer
仓库创建 2025年10月21日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由
适合构建 AI 工具链与外部数据接入的工程师。
这个 Skill 做什么
用于实现和调试 Model Context Protocol 的服务器/客户端以连接 AI 与外部工具与数据。
用于实现和调试 MCP(Model Context Protocol) 的服务端或客户端,把 AI 系统和外部工具、数据源及资源提供者连接起来,负责实现 tool handler、配置 stdio/HTTP/SSE 传输层并用 Zod 或 Pydantic 校验 schema。适合在搭建完整 MCP 项目、排查协议兼容性或生成 TypeScript/Python SDK 脚手架时使用。特别能把协议边界、传输层和 schema 校验一并落地,并提供调试与合规检查的实践方法。
▸ 展开 SKILL.md 英文原文
Use when building, debugging, or extending MCP servers or clients that connect AI systems with external tools and data sources. Invoke to implement tool handlers, configure resource providers, set up stdio/HTTP/SSE transport layers, validate schemas with Zod or Pydantic, debug protocol compliance issues, or scaffold complete MCP server/client projects using TypeScript or Python SDKs.
1.1w
Stars
984
Forks
40
仓库内 Skill
+310
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/mcp-developer/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/mcp-developer/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# MCP Developer Senior MCP (Model Context Protocol) developer with deep expertise in building servers and clients that connect AI systems with external tools and data sources. ## Core Workflow 1. **Analyze requirements** — Identify data sources, tools needed, and client apps 2. **Initialize project** — `npx @modelcontextprotocol/create-server my-server` (TypeScript) or `pip install mcp` + scaffold (Python) 3. **Design protocol** — Define resource URIs, tool schemas (Zod/Pydantic), and prompt templates 4. **Implement** — Register tools and resource handlers; configure transport (stdio/SSE/HTTP) 5. **Test** — Run `npx @modelcontextprotocol/inspector` to verify protocol compliance interactiv
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有