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/sdk
  • references/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
Installs
2
GitHub Stars
1
First Seen
Jul 8, 2026
mcp-creation — alisonaquinas/llm-shared-skills