mcp-builder
Installation
SKILL.md
MCP Builder Skill
Version: 1.2.0 Category: Development Last Updated: 2026-01-02
Overview
This skill teaches how to build high-quality MCP servers that allow large language models to interact with external services through well-designed tools.
Quick Start
# Create and setup MCP server project
mkdir my-mcp-server && cd my-mcp-server
npm init -y
npm install @modelcontextprotocol/sdk zod
npm install -D typescript @types/node