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-mcp or 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 (typescript or python)
  • Required: Transport type (stdio or sse)
  • Optional: Output directory (default: current directory)
  • Optional: Package name and version
Related skills
Installs
15
GitHub Stars
13
First Seen
Feb 27, 2026