← Back to Skills Marketplace
evezart

Mcp Dev Toolkit

by Evez666 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
74
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mcp-dev-toolkit
Description
Build, test, and deploy MCP (Model Context Protocol) tools for developer workflows. Use when creating MCP servers, adding tool definitions, integrating with...
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mcp-dev-toolkit
  3. After installation, invoke the skill by name or use /mcp-dev-toolkit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: scaffold Python/TypeScript MCP servers, database/file/API tool patterns, transport guides
Metadata
Slug mcp-dev-toolkit
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments