← 返回 Skills 市场
asimons81

Mcp Builder

作者 Tony Simons · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
171
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install agentic-atlas-mcp-builder
功能描述
Bootstraps new Model Context Protocol (MCP) servers from a natural language description. Use when the user asks to build an MCP server, create an MCP tool, s...
使用说明 (SKILL.md)

MCP Builder Skill

Bootstraps new Model Context Protocol servers from natural language descriptions.

Instructions

When the user requests an MCP server or tool:

  1. Identify the core functionality from the description
  2. Determine the appropriate transport (stdio for CLI, SSE for web)
  3. Scaffold a TypeScript or Python MCP server using the official SDK
  4. Generate tool definitions from API schemas or describe them manually
  5. Include a test harness with example invocations
  6. Provide configuration for Claude Code, Cursor, and OpenCode

Features

  • TypeScript (recommended) and Python scaffolding
  • Auto-generates tool definitions from API schemas (OpenAPI, JSON Schema)
  • STDIO and SSE transport support
  • Built-in error handling and validation
  • Test harness with mock LLM calls
  • Claude Code / Cursor / OpenCode configuration snippets

Architecture

mcp-server/
├── src/
│   ├── index.ts          # Server entry point
│   ├── tools.ts          # Tool definitions
│   └── handlers.ts       # Request handlers
├── package.json
├── tsconfig.json
├── README.md
└── test/
    └── harness.ts        # Test harness

Output Format

  1. Project scaffold (all files)
  2. Tool definitions with descriptions and input schemas
  3. Configuration snippet for Claude Code's mcpServers config
  4. Test invocation example

Example

User: "Build an MCP server for our internal issue tracker with create, list, and close operations"

→ Generate: TypeScript MCP server with 3 tools, JSON Schema for each, test harness, Claude Code config

Dependencies

Requires: Node.js 18+, TypeScript, @modelcontextprotocol/sdk

安全使用建议
This skill appears to do what it says: it scaffolds MCP servers and produces tool schemas and config snippets. Before installing/using it, note: (1) you will need Node.js 18+ and the @modelcontextprotocol/sdk to actually run the TypeScript scaffolds (the skill does not install these for you); (2) the SKILL.md claims Python scaffolding but doesn't list Python dependencies or a Python SDK — ask the publisher how Python support is implemented if you need it; (3) review any generated files before running them (especially package.json and any network-calling code); (4) no credentials are requested by the skill, but if you later add integrations that require service keys, provide them only to the minimal components that need them. If you want a deeper check, request the publisher provide example generated output or clarify the Python toolchain requirements.
功能分析
Type: OpenClaw Skill Name: agentic-atlas-mcp-builder Version: 1.0.0 The skill bundle is a legitimate tool for bootstrapping Model Context Protocol (MCP) servers. The instructions in SKILL.md guide the agent to scaffold standard TypeScript or Python projects using official SDKs and provide configuration for common IDEs. No evidence of data exfiltration, malicious execution, or prompt injection was found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name/description (MCP server scaffolding) aligns with the instructions (scaffold TypeScript/Python servers, generate tool definitions, provide config snippets). Declared runtime dependencies (Node.js, TypeScript, @modelcontextprotocol/sdk) match the TypeScript path. Minor inconsistency: the SKILL.md promises Python scaffolding but the Dependencies section lists only Node/TypeScript and the Model Context Protocol JS SDK; no Python SDK or tooling is mentioned.
Instruction Scope
SKILL.md gives scoped, concrete steps for scaffolding MCP servers (select transport, scaffold files, generate schemas, include tests, produce config snippets). It does not instruct the agent to read unrelated system files, access secrets, or transmit data to external endpoints. It only asks to produce project files and configuration snippets.
Install Mechanism
This is an instruction-only skill with no install spec or shipped code — lowest-risk install profile. It does require that the user/agent have Node.js/TypeScript and the @modelcontextprotocol/sdk available, but the skill does not itself download or execute external archives.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportional to its scaffolding purpose. It does mention generating config snippets for Claude Code/Cursor/OpenCode but does not request their tokens or access to those services.
Persistence & Privilege
The skill is not marked always:true and does not request elevated persistence. It does not instruct modifying other skills' configurations or system-wide settings; it only produces project-level scaffolding and snippets.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agentic-atlas-mcp-builder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agentic-atlas-mcp-builder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the MCP Builder skill. - Bootstraps new Model Context Protocol (MCP) servers from natural language descriptions. - Supports TypeScript (recommended) and Python MCP server scaffolding. - Auto-generates tool definitions from OpenAPI or JSON schemas. - Includes both stdio (CLI) and SSE (web) transport options. - Provides built-in error handling, validation, and a test harness. - Supplies configuration snippets for Claude Code, Cursor, and OpenCode integrations.
元数据
Slug agentic-atlas-mcp-builder
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mcp Builder 是什么?

Bootstraps new Model Context Protocol (MCP) servers from a natural language description. Use when the user asks to build an MCP server, create an MCP tool, s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 171 次。

如何安装 Mcp Builder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentic-atlas-mcp-builder」即可一键安装,无需额外配置。

Mcp Builder 是免费的吗?

是的,Mcp Builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Mcp Builder 支持哪些平台?

Mcp Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Mcp Builder?

由 Tony Simons(@asimons81)开发并维护,当前版本 v1.0.0。

💬 留言讨论