mcp-scaffolder
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-scaffolderscaffold a Python project called my-app"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-scaffolder
An MCP (Model Context Protocol) server that scaffolds new project directories from built-in templates for Python, Node.js, and Go. Built with FastMCP, it exposes tools that MCP-compatible clients (e.g. Claude Desktop) can call to generate ready-to-use project skeletons.
Features
Scaffolds project structures with a single tool call
Supports Python, Node.js, and Go templates out of the box
Generates source files,
README.md,.gitignore, and language-specific subdirectoriesConfigurable output directory via the
PROJECTS_DIRenvironment variableRuns over stdio for easy integration with MCP clients
Related MCP server: Dynamo MCP
Tools
Tool | Description |
| Creates a new project directory with template files. |
| Lists all available templates and the files/directories they generate. |
Templates
Python –
main.py,requirements.txt,README.md,.gitignore,tests/Node.js –
index.js,package.json,README.md,.gitignoreGo –
main.go,go.mod,README.md,.gitignore,cmd/,internal/
Installation
git clone https://github.com/Rikita22/mcp-scaffolder.git
cd mcp-scaffolder
python -m venv .venv
.venv\Scripts\activate # On Windows
# source .venv/bin/activate # On macOS/Linux
pip install mcpTool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
- typeshipOAuthdev.typeship
Generate a typed SDK, CLI, and MCP server from any OpenAPI or GraphQL spec, and keep them current.
327 dev tools via REST API and MCP. Generate Dockerfiles, schemas, K8s, APIs, and more.
MCP server for generating rough-draft project plans from natural-language prompts.
Create, deploy, and operate MCP servers directly from your GitHub repositories.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables rapid creation of new projects from predefined templates including React, Node.js, Django, Flask, and more. Provides comprehensive project scaffolding with file system operations, template management, and command execution capabilities.-
- AlicenseNot gradedqualityDmaintenanceExposes cookiecutter templates through MCP, enabling discovery, registration, management, and project generation from templates.52MIT
- AlicenseAqualityDmaintenanceA unified MCP server for scaffolding project structures across multiple frameworks including Spring Boot, React, Vue, Next.js, FastAPI, Django, Flask, Express, and more.2241MIT
- AlicenseAqualityFmaintenanceScaffolds new MCP servers for the OpenSIN-Code ecosystem with templates for Python, Node, Go; provides tools to add tools, test, validate, register, publish, and audit servers.8MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rikita22/mcp-scaffolder'
If you have feedback or need assistance with the MCP directory API, please join our Discord server