Description

Scaffold MCP provides AI assistants with code generation capabilities through template-based scaffolding for modern web applications and libraries. Built by AgiflowIO using TypeScript and the Liquid templating engine, it offers both boilerplate creation (full project templates like Next.js 15 apps) and feature scaffolding (adding components, pages, or services to existing projects) with variable substitution, conditional file inclusion, and schema validation. The server includes admin tools for generating new templates, supports multiple transport modes (stdio, HTTP, SSE), and integrates with Nx monorepos, making it valuable for rapid prototyping, maintaining consistent code patterns across teams, and automating repetitive development tasks while preserving project-specific conventions and architectural patterns.

🔬 Playground

Try Scaffold Generator live in the browser with security context.

Unverified
No automated security scan has been run on this server yet.

Installation

npx -y @agiflowai/scaffold-mcp
npm install @agiflowai/scaffold-mcp
git clone https://github.com/agiflow/aicode-toolkit

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "scaffold-generator": {
      "command": "npx",
      "args": [
        "-y",
        "@agiflowai/scaffold-mcp"
      ]
    }
  }
}

Community Reviews

Authenticated reviews from GitHub users. No anonymous submissions. Your experience helps others choose wisely.

0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to share your experience.