详细分析 ▾
运行时依赖
版本
Initial release of mcp-scaffolder: scaffold a complete MCP server from a single description. - Generates full folder structure (src, tools, config, README, env doc) for an MCP server project - Creates typed, documented tool definitions with input schemas and JSDoc for Claude Code integration - Sets up transport config (stdio or HTTP) automatically based on use case, excluding deprecated SSE - Outputs ready-to-paste Claude MCP add config snippet for immediate use - README includes setup, env vars, and usage with Claude Code - Defaults to TypeScript for all generated code unless specified otherwise
安装命令
点击复制本土化适配说明
MCP Scaffolder — MCP 脚手架 安装说明: 安装命令:npx clawhub@latest install mcp-scaffolder
技能文档
# MCP Scaffolder Skill When the user describes an MCP server they want to build, scaffold it completely.
什么 到 Generate
- Folder structure
- Server entry point (src/索引.ts)
- Tool definitions
- Claude Code 配置 snippet
- README
Rules
- Never 使用 SSE transport — deprecated, 使用 HTTP 代替
- Always include server instructions 字段 在...中 entry point
- Keep tool descriptions specific — Claude Code uses these 对于 tool 搜索
- 标志 任何 必填 env vars 在...中 .env.示例 带有 评论 explaining 什么 它们 对于
- 使用 TypeScript 由 默认 unless 用户 specifies 否则