
Research
/Security News
GlassWASM: WebAssembly Malware Found in Trojanized Open VSX Extensions
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.
scaffold-mcp-server
Advanced tools
一个强大的 MCP (Model Context Protocol) 服务器,用于生成前端项目脚手架。支持 React、Vue、UmiJS、Electron 等多种模板。
使用我们提供的自动化脚本快速配置:
macOS/Linux:
git clone <repository-url>
cd scaffold-mcp-server
./scripts/setup-mcp.sh
Windows:
git clone <repository-url>
cd scaffold-mcp-server
scripts\setup-mcp.bat
克隆项目
git clone <repository-url>
cd scaffold-mcp-server
安装依赖
npm install
构建项目
npm run build
测试服务器
npm test
本项目支持以下 AI 开发工具:
详细配置说明请查看 MCP 集成指南。
配置完成后,你可以在支持的工具中使用自然语言命令:
创建一个 React TypeScript 项目
生成 Vue 3 项目脚手架
使用 umijs 模板创建项目
scaffold-mcp-server/
├── src/ # 源代码
│ ├── index.ts # 主入口文件
│ ├── tools/ # MCP 工具实现
│ └── templates/ # 模板管理
├── scaffold-template/ # 项目模板
│ ├── react-webpack-typescript/
│ ├── vue3-vite-typescript/
│ ├── umijs/
│ └── electron-vite-vue3/
├── scripts/ # 配置脚本
│ ├── setup-mcp.sh # Unix 配置脚本
│ └── setup-mcp.bat # Windows 配置脚本
├── examples/ # 配置示例
└── test-templates/ # 测试文件
# 开发模式
npm run dev
# 构建
npm run build
# 测试
npm test
# 类型检查
npm run type-check
# 代码格式化
npm run format
Node.js 版本要求
构建失败
# 清理并重新安装
rm -rf node_modules dist
npm install
npm run build
MCP 服务器无响应
# 测试服务器
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | node dist/index.js
模板生成失败
设置环境变量启用详细日志:
export DEBUG=scaffold-mcp:*
node dist/index.js
MIT License
欢迎提交 Issue 和 Pull Request!
如果你遇到问题或有建议,请:
享受使用 Scaffold MCP Server 创建项目的乐趣! 🎉
FAQs
MCP server for generating frontend scaffolds
The npm package scaffold-mcp-server receives a total of 0 weekly downloads. As such, scaffold-mcp-server popularity was classified as not popular.
We found that scaffold-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.