Deploy landing pages, manage leads, and view analytics from any AI assistant. Works with Claude Code, Claude Desktop, and Cursor.
Overview
Page4U MCP Server
Let AI assistants deploy and manage landing pages with built-in lead tracking.
Available Tools
| Tool | Description |
|---|---|
list_pages | List all your landing pages |
get_page | Get detailed info about a page |
deploy_page | Deploy HTML as a live landing page |
update_page | Update page metadata (name, contact, colors) |
delete_page | Permanently delete a page |
get_leads | View leads from contact forms |
get_analytics | View page analytics (views, clicks, submissions) |
Setup
- Get your API key at page4u.ai/dashboard/settings
- Install:
npm install -g page4u-mcp
Example Prompts
- "Deploy this HTML as a landing page called my-bakery"
- "Show me leads for my-bakery"
- "What are the analytics for my-bakery this month?"
- "Create a landing page for a pizza restaurant with WhatsApp ordering"
Server Config
{
"mcpServers": {
"page4u": {
"command": "page4u-mcp",
"env": {
"PAGE4U_API_KEY": "your_key"
}
}
}
}