scaffold-mcp-server
Installation
SKILL.md
Scaffold MCP Server
Generate a complete, runnable MCP server project from a tool specification document, using the official MCP SDK for TypeScript or Python.
When to Use
- You have a tool specification (from
analyze-codebase-for-mcpor written manually) and need a working server - Starting a new MCP server project and want correct structure from the start
- Migrating an existing tool integration to the MCP protocol
- Prototyping a tool surface to test with Claude Code before full implementation
- Need both the server scaffold and a test harness for CI
Inputs
- Required: Tool specification document (YAML or JSON with tool names, parameters, return types)
- Required: Target language (
typescriptorpython) - Required: Transport type (
stdioorsse) - Optional: Output directory (default: current directory)
- Optional: Package name and version
Related skills