mcp_scaffold
Scaffold a new MCP server project with templates for Python, Node, or Go. Provide a name and description to generate a ready-to-use server structure.
Instructions
Scaffold a new MCP server from a spec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name (e.g. "My Cool Tool"). | |
| tools | No | Comma-separated tool names (default: "ping"). | ping |
| target | No | Output directory (must be empty). | ./out |
| template | No | One of `python-fastmcp`, `node-mcp`, `go-mcp`. | python-fastmcp |
| description | Yes | One-line description for README/pyproject. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |