web-builder-mcp
v0.0.1
Published
MCP server for building production-quality client websites with automated testing and deployment
Downloads
97
Maintainers
Readme
web-builder-mcp
MCP server that turns client briefs into production-quality websites with e-commerce, booking systems, automated testing, and deployment to Cloudflare.
Features
- 17 MCP tools: discover → research → plan → review → build → enhance → test → deploy
- Auto-generated unit tests (Vitest), E2E tests (Playwright), and visual verification tests
- CSS custom properties, semantic HTML, WCAG AA accessibility, mobile-first responsive
- E-commerce via Stripe + Cloudflare Workers ($0/mo hosting)
- Booking forms, contact forms, gallery components
- 6 automated quality gates
Install
npm install -g web-builder-mcpConfig
# Add to your AI agent's MCP server config:
{
"web-builder-mcp": {
"command": "npx",
"args": ["web-builder-mcp"]
}
}License
MIT
