Zip Hive Scaffold
Creates Express REST API projects with TypeScript support via the node-express template.
Creates FastAPI applications with async support using the python-fastapi template.
Creates new Next.js projects using the nextjs-app template, which includes the App Router and Tailwind CSS.
Creates Python applications, specifically FastAPI apps, via the python-fastapi template.
Creates new React projects with the built-in react-vite template, including React 18 and Vite setup.
Adds Tailwind CSS styling to Next.js projects through the nextjs-app template.
Creates a Turborepo monorepo structure for managing multiple packages.
Provides TypeScript support in multiple templates, including react-vite and node-express.
Provides Vite as the build tool for React projects created via the react-vite template.
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., "@Zip Hive ScaffoldCreate a React project called dashboard in ~/projects"
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.
Zip Hive Scaffold
MCP server for bulk-creating files and folders for any project. Works with Claude Desktop, opencode, Cursor, Windsurf, and any MCP-compatible AI client.
Quick Start
curl -fsSL https://ziphive.js.org/mcp/install.sh | bashThen tell your AI:
Add the MCP server at ~/.ziphive-scaffold/dist/index.js
That's it. The AI will configure itself.
Related MCP server: xmcp Application
What it does
Give your AI assistant the ability to create files and folders on your local machine. Say things like:
"Create a React project called dashboard in ~/projects"
"Scaffold a Python FastAPI app called backend in /home/user/dev"
"Add a components/ui folder and Button.tsx to my existing app"
"Set up a Turborepo monorepo called platform in ~/code"
Tools
Tool | Description |
| Create a project from a built-in template |
| List all available templates |
| Create a project from a custom JSON structure |
| Add files to an existing directory |
| Create empty folder structures |
Built-in Templates
Template | Description |
| React 18 + Vite + TypeScript |
| Next.js 14 App Router + Tailwind CSS |
| Express REST API + TypeScript |
| FastAPI with async support |
| Minimal HTML/CSS/JS |
| Turborepo monorepo |
Manual Setup
If you prefer not to use the install script:
git clone https://github.com/Dqrshan/ziphive-scaffold.git
cd ziphive-scaffold
npm install
npm run buildThen tell your AI to add the MCP server pointing to dist/index.js.
Adding Custom Templates
Edit src/templates/index.ts and add a new ProjectStructure object:
templates["my-template"] = {
name: "my-template",
description: "My custom template",
folders: ["src", "tests"],
files: [
{ path: "package.json", content: "{ ... }" },
{ path: "src/index.ts", content: "..." },
],
};Then rebuild: npm run build
License
MIT
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 Servers
- AlicenseBqualityDmaintenanceA tool that dynamically generates and configures MCP servers by automatically creating necessary directories and files according to user specifications.11420MIT
- Flicense-qualityDmaintenanceA template/starter project for building MCP servers with structured directories for tools, prompts, and resources that are automatically discovered and registered.5
- AlicenseAqualityDmaintenanceAn MCP server that scaffolds full-stack projects with consistent structure, Docker setup, CI/CD pipelines, and database configuration.6MIT
- AlicenseAqualityDmaintenanceA unified MCP server for scaffolding project structures across multiple frameworks including Spring Boot, React, Vue, Next.js, FastAPI, Django, Flask, Express, and more.2171MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
A MCP server built for developers enabling Git based project management with project and personal…
An MCP server for deep research or task groups
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/Dqrshan/ziphive-scaffold'
If you have feedback or need assistance with the MCP directory API, please join our Discord server