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 databases, file systems, or APIs via MCP. Covers TypeScript and Python MCP server scaffolding, tool registration, transport configuration (stdio, HTTP/SSE), and testing patterns.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "mcp-dev-toolkit" with this command: npx skills add evezart/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 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

Pet Vaccine Record Wallet

Organizes pet vaccination proof into a shareable wallet card, document index, renewal tracker, and missing-proof checklist without giving veterinary advice.

Registry SourceRecently Updated
600Profile unavailable
Web3

Edge.Trade

Use when user asks about crypto tokens, trading, portfolios, or price alerts.

Registry SourceRecently Updated
2.2K0Profile unavailable
Web3

Yield Farm Payment

Transform your outgoing payments into a yield-generating asset. Auto recover of all paid amounts through yield farming on Aave V3. This skill automates on-ch...

Registry SourceRecently Updated
3930Profile unavailable
Web3

Simmer Wallet Setup

Self-custody wallet setup for Simmer agents. Choose OWS (recommended — encrypted local vault, multi-chain, policy controls) or external raw key (existing set...

Registry SourceRecently Updated
1810Profile unavailable