mcp-creation
Installation
SKILL.md
MCP Creation
Scaffold, implement tool handlers, and wire server startup for MCP servers.
Intent Router
Load reference files on demand — only when the corresponding runtime is in scope:
references/typescript-scaffold.md— Load when building with TypeScript, using npm create, or wiring @modelcontextprotocol/sdkreferences/python-scaffold.md— Load when building with Python, using the mcp package, or using mcp.server.fastmcp.FastMCP
Quick Start — Runtime Selection
| Runtime | Init Command | SDK Package | Entry Point |
|---|---|---|---|
| TypeScript | npm create @modelcontextprotocol/server@latest my-server |
@modelcontextprotocol/sdk |
src/index.ts |
| Python | pip install mcp |
mcp (PyPI) |
server.py |