Add to your MCP client config and start building.
Paste this into your Claude Desktop config. The MCP server runs locally via npx — no global install needed.
Get your API key from pagehub.dev/dashboard — or skip it and the AI registers a free account automatically.
{
"mcpServers": {
"PageHub": {
"command": "npx",
"args": ["-y", "@pagehub/mcp"],
"env": {
"PAGEHUB_API_KEY": "ph_your_key_here"
}
}
}
}Everything an AI needs to build a complete website.
Browse blocks, presets, and design patterns to plan your build.
Create templates, apply themes, add blocks, and edit nodes.
Curated presets with palettes, fonts, and style tokens. Override anything.
Deploy to PageHub Cloud. Manage sites, upload images, patch live nodes.
Generate images and copy with AI. Uploads to CDN automatically.
WCAG accessibility and SEO audits. Catch issues before publishing.
Tell your AI what to build. PageHub handles the rest.
create_template generates a base site structure from the acme template.
set_theme applies a curated preset with palette, fonts, and spacing tokens.
add_block adds pre-built blocks with your content and overrides.
generate_image creates AI images and uploads them to the CDN.
save_site publishes to PageHub Cloud. Instant live URL.
Built for production. Not a demo.
Curated presets bundling palette, Google Fonts, and style tokens. Filter by mood, override anything.
Production-ready node recipes: bento galleries, rich contact blocks, quote grids, multi-column footers.
Every image URL is validated with a HEAD request before writing. No broken images in your templates.
File writes are serialized through a mutex. Live patches use atomic GET/PATCH/PUT.
Built-in WCAG audit with axe-core. SEO audit checks meta tags, headings, alt text, and content depth.
GA4, GTM, Search Console, Meta Pixel — just pass the tracking ID. 301/302 redirects built in.
Add one line to your MCP config. Build entire websites from a prompt.