← 返回 Skills 市场
evezart

Mcp Dev Toolkit

作者 Evez666 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
74
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mcp-dev-toolkit
功能描述
Build, test, and deploy MCP (Model Context Protocol) tools for developer workflows. Use when creating MCP servers, adding tool definitions, integrating with...
使用说明 (SKILL.md)

MCP Dev Toolkit

Scaffold and build MCP (Model Context Protocol) servers with common developer tools.

Quick Start

Scaffold a new MCP server:

npx @anthropic/mcp-cli create my-server

Or use the scaffold script for a batteries-included setup:

bash scripts/scaffold.sh my-server python   # Python MCP server
bash scripts/scaffold.sh my-server typescript  # TS MCP server

Architecture

An MCP server exposes tools that LLMs can call. Each tool has:

  • name: Tool identifier
  • description: What the tool does (LLM reads this to decide when to use it)
  • inputSchema: JSON Schema for parameters

Tool Patterns

Database Access

See references/database-tools.md for PostgreSQL, SQLite, and MongoDB tool patterns.

File Management

See references/file-tools.md for read, write, search, and transform tools.

API Integration

See references/api-tools.md for REST/GraphQL wrapping patterns.

Transport Types

  • stdio: Local CLI integration (default for Claude Desktop)
  • HTTP/SSE: Remote server (for shared/team deployments)
  • Streamable HTTP: Modern transport (MCP spec 2025-03)

Testing

Test tools locally before deploying:

npx @anthropic/mcp-cli inspect ./my-server

Publishing

Publish to npm (TypeScript) or PyPI (Python), then configure in MCP clients.

安全使用建议
This skill appears safe as a development reference and scaffold. Before using its examples in a real MCP server, restrict file paths, API endpoints, and database permissions, and review generated dependencies with a lockfile.
功能分析
Type: OpenClaw Skill Name: mcp-dev-toolkit Version: 1.0.0 The skill bundle provides legitimate scaffolding scripts and code patterns for developing Model Context Protocol (MCP) servers in Python and TypeScript. The included bash script (scripts/scaffold.sh) and reference files (references/file-tools.md, etc.) contain standard boilerplate code for tool registration and transport configuration without any evidence of malicious intent, data exfiltration, or obfuscation.
能力评估
Purpose & Capability
The stated purpose is to build MCP servers for databases, files, and APIs, and the artifacts consistently provide scaffolding and reference patterns for that purpose. Some examples are intentionally broad and should be narrowed in real projects.
Instruction Scope
The instructions are user-directed examples rather than hidden automatic behavior. However, the reference snippets include arbitrary URL fetching/posting and unrestricted file read/write patterns that users should not copy into production without access controls.
Install Mechanism
There is no install spec or automatic setup. The optional scaffold script is run manually and creates project files, but the generated dependency ranges are floating rather than pinned.
Credentials
The file, API, and database examples are proportionate to an MCP development toolkit, but they could expose local files, external APIs, or database contents if deployed as-is.
Persistence & Privilege
The artifacts do not show persistence, background agents, credential harvesting, hidden privilege escalation, or autonomous activity beyond the documented scaffold examples.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mcp-dev-toolkit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mcp-dev-toolkit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: scaffold Python/TypeScript MCP servers, database/file/API tool patterns, transport guides
元数据
Slug mcp-dev-toolkit
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mcp Dev Toolkit 是什么?

Build, test, and deploy MCP (Model Context Protocol) tools for developer workflows. Use when creating MCP servers, adding tool definitions, integrating with... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。

如何安装 Mcp Dev Toolkit?

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

Mcp Dev Toolkit 是免费的吗?

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

Mcp Dev Toolkit 支持哪些平台?

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

谁开发了 Mcp Dev Toolkit?

由 Evez666(@evezart)开发并维护,当前版本 v1.0.0。

💬 留言讨论