/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mcp-dev-toolkit - After installation, invoke the skill by name or use
/mcp-dev-toolkit - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 74 downloads so far.
How do I install Mcp Dev Toolkit?
Run "/install mcp-dev-toolkit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mcp Dev Toolkit free?
Yes, Mcp Dev Toolkit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mcp Dev Toolkit support?
Mcp Dev Toolkit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mcp Dev Toolkit?
It is built and maintained by Evez666 (@evezart); the current version is v1.0.0.