- Template Vault
Template Vault
Template Vault — AI Website Builder via MCP
Generate, edit, and publish real customer-ready websites directly from your Claude or ChatGPT conversation. Built for solo founders and very small businesses who want a real running site in under 2 minutes — not a template they have to fiddle with.
What makes this different
Most MCP servers expose CRUD tools (read this, update that). Template Vault exposes a guided pipeline: the AI interviews the user about their business, picks the right visual style, generates real copy + content, calls Flux 1.1 Pro for the hero image, and ships everything to a real Vercel deployment with a custom subdomain.
You end up with a working URL (e.g. aqua-verde-pools.the-template-vault.com) — not a screenshot, not a template, a deployed Next.js site you fully own.
The 6 tools
| Tool | What it does |
|---|---|
discover_business_needs | Returns a niche-aware question script the AI uses to interview the user. Call this first. |
list_personalities | Visual styles (classic / minimal / gradient / zen / immersive / glass). |
generate_site | Kicks off generation. Returns a jobId — async ~30-90s. |
get_generation_status | Poll until done. Returns the editUrl + preview URL. |
list_user_sites | List the user's existing sites. |
publish_site | Deploy to production at slug.the-template-vault.com. |
Setup
Claude.ai users: Settings → Connectors → Add custom connector → paste https://www.the-template-vault.com/api/mcp. OAuth 2.1 flow, done.
Claude Desktop / Cursor / Windsurf: Use mcp-remote as a stdio bridge — see the Server Config block above.
Auth & billing
OAuth 2.1 + PKCE. Each generate_site call counts against the user's monthly plan (5 free / month on the free tier, scales up on Pro+). Abuse-resistant — calls cannot bypass the user's quota.
Pricing
Free: 5 generations/month + 1 site. Pro from $15/mo for custom domains + 25 generations.
Links
- Homepage — https://www.the-template-vault.com
- MCP docs — https://www.the-template-vault.com/docs/mcp
- vs Wix / Squarespace / Framer / Webflow — https://www.the-template-vault.com/vs/wix
Built by
Julien Meiffren (@julioMeif) — solo founder based in South Florida, building for small-business owners who'd rather run their business than fight a website builder.
Server Config
{
"mcpServers": {
"template-vault": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.the-template-vault.com/api/mcp"
]
}
}
}Recommend Servers
View AllA Serper MCP Server
test