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