Template Vault MCP
Allows OpenAI clients (e.g., ChatGPT) to discover business needs, generate websites, manage sites, and publish sites via Template Vault.
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., "@Template Vault MCPBuild me a bilingual website for my pool cleaning business."
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.
Template Vault MCP
Connect Claude Desktop, ChatGPT, Cursor, Windsurf — or any MCP-speaking AI client — to Template Vault, an AI website builder for small businesses.
What it does
This package is the thin client-side adapter for the Template Vault MCP server. It bridges stdio-based MCP clients (Claude Desktop, Cursor) to our hosted HTTP+OAuth server.
Once connected, your AI can:
Tool | Purpose |
| Interview the user about their business with niche-tailored follow-ups (always called first). |
| List the visual styles (classic, minimal, gradient, zen, immersive, glass). |
| Generate a full website from a populated business profile. Returns a job id. |
| Poll the build status ( |
| List the user's existing sites. |
| Deploy a site to production at |
End-to-end, a one-page Spanish-and-English bilingual site for a Miami pool builder takes ~60 seconds from "build me a website" to a real running URL.
Related MCP server: essetech-ai-readiness-mcp
Install
Claude Desktop
Open your claude_desktop_config.json (Settings → Developer → Edit Config) and add:
{
"mcpServers": {
"template-vault": {
"command": "npx",
"args": ["-y", "template-vault-mcp"]
}
}
}Restart Claude Desktop. The first time you ask it to use a Template Vault tool, your browser will open for OAuth — log in (or sign up) at the-template-vault.com, click Allow, done.
Claude.ai (web)
Claude.ai speaks HTTP MCP natively — you don't need this adapter. Just add a custom connector:
Settings → Connectors → Add custom connector
URL:
https://www.the-template-vault.com/api/mcpClick Connect → OAuth flow → Allow
Cursor
In ~/.cursor/mcp.json:
{
"mcpServers": {
"template-vault": {
"command": "npx",
"args": ["-y", "template-vault-mcp"]
}
}
}ChatGPT (Developer Mode)
OpenAI's MCP support uses an HTTP endpoint directly. Add the connector URL https://www.the-template-vault.com/api/mcp in ChatGPT's developer settings.
Auth & data
OAuth 2.1 + PKCE with refresh tokens — authorize once, stay connected for 90 days.
No credentials are stored in this repo. Tokens live in
mcp-remote's per-user cache (~/.mcp-remote-auth/by default).Quota — each
generate_sitecall counts against your monthly Template Vault plan (5 free / month on the free tier).Per-user isolation — your AI can only see and act on YOUR sites.
Pricing
Free — 1 site, 5 generations/month
Pro — $15/mo, 5 sites, 25 generations, custom domains
Business / Agency — for multi-site / agency use
See pricing.
Content policy
We decline generation requests for content categories listed in CONTENT_POLICY.md — including adult content, hate speech, scams, illegal goods, CSAM, and impersonation/phishing sites. Requests that match these categories return an explicit error message rather than silently generating.
The Template Vault generator itself (Anthropic Sonnet) applies its own content safety on top — so a borderline request that gets past our pre-filter will typically be refused by the model. Multiple layers, defense in depth.
How it works
┌──────────────────────┐ stdio ┌─────────────────────────┐
│ Claude Desktop / │ ─────────────────▶ │ template-vault-mcp │
│ Cursor / Windsurf │ ◀───────────────── │ (this package) │
└──────────────────────┘ └────────────┬────────────┘
│ HTTPS + OAuth
▼
┌─────────────────────────┐
│ Template Vault │
│ api/mcp (hosted) │
└────────────┬────────────┘
│
▼
Site generation
+ Vercel deployThe adapter has no business logic — it forwards stdio messages to the hosted MCP server and forwards responses back. All tool descriptions, schemas, and workflows live server-side; you always get the latest version without updating the package.
Open source
MIT licensed. The platform itself (the generator, the editor, the deployer) is closed source; this adapter is the open-source layer customers and contributors can inspect, fork, and build on.
PRs welcome for the adapter — bug fixes, additional client integrations, Docker improvements. Tool changes happen server-side; for those, open an issue or contact us at contact@the-template-vault.com.
Links
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
AlicenseAqualityBmaintenanceDigital business cards, lead capture forms, and service listings - built and managed by AI. 63 tools with live browser editing, stock photos, web scraping, and guided tours.Last updated6MIT- AlicenseAqualityCmaintenanceEnables AI assistants to assess a small business's AI readiness (0–100 score), suggest tailored AI use cases, describe Essetech's services, and book a free consultation.Last updated47MIT
- AlicenseAqualityBmaintenanceEnables building, revising, and deploying AI-generated websites for local service businesses via the Warpweb API, with support for domain management and form webhooks.Last updated10391MIT
- AlicenseAqualityCmaintenanceEnables building and iterating on a software company through natural language, returning live preview URLs, without needing a browser.Last updated441MIT
Related MCP Connectors
AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.
AI-powered design and management for Webflow Sites
Generate 18 AI readiness files (llms.txt, ai.txt, RAG indexes, schema) for any website.
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/julioMeif/template-vault-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server