MCP-Project-Scaffolder-

Bigredfox/MCP-Project-Scaffolder-
★ 0 stars Python 📁 File System Updated today
This mcp server generates a starter directory structure with the right files. All you need to do is to give it a project name and the language you'll be using.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-project-scaffold": {
      "command": "uvx",
      "args": [
        "mcp-project-scaffolder-"
      ]
    }
  }
}

Or install with pip: pip install mcp-project-scaffolder-

README Excerpt

This mcp server generates a starter directory structure with the right files. All you need to do is to give it a project name and the language you'll be using. Environment and Tools Python (FastMCP), Docker, Claude Code, Node.js, JSON-RPC over stdio. Approach Designed a lightweight MCP server with structured JSON outputs for reliable tool responses