/install mcp-dev-toolkit
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 identifierdescription: 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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mcp-dev-toolkit - 安装完成后,直接呼叫该 Skill 的名称或使用
/mcp-dev-toolkit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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。