landing-forge-mcp
v1.0.3
Published
MCP server that generates complete, production-ready HTML landing pages, product cards, and pricing tables
Downloads
78
Maintainers
Readme
landing-forge-mcp
Generate complete HTML landing pages from a prompt.
Describe what you need → get a production-ready landing page.
Quick Start
npx landing-forge-mcpClaude Desktop / Cursor / Windsurf
Add to your MCP configuration:
{
"mcpServers": {
"landing": {
"command": "npx",
"args": ["-y", "landing-forge-mcp"]
}
}
}Tools (3)
| Tool | Description |
|------|-------------|
| generate_landing_page | Generate a complete, production-ready HTML landing page with responsive design, hero section, features grid, CTA, and footer. Returns a self-contained HTML document with inline CSS and no external dependencies. |
| generate_product_card | Generate a standalone HTML product card component with inline CSS. Perfect for embedding in landing pages, stores, or product showcases. |
| generate_pricing_table | Generate a complete pricing table HTML component with multiple plan columns. Supports highlighting a recommended plan. Uses dark theme with inline CSS. |
Examples
Generate page:
{
"tool": "generate_landing",
"arguments": {"product": "AI Tool", "style": "modern"}
}Build from Source
git clone https://github.com/ryudi84/sovereign-mcp-servers
cd sovereign-mcp-servers/landing-forge-mcp
npm install && npm run build
npm startPart of the Sovereign MCP Suite
This is one of 29 MCP servers with 98 tools built by Sovereign.
| Category | Servers | |----------|---------| | Web & SEO | web-scraper, seo-analyzer, meta-forge | | Developer Tools | github-stats, code-quality, api-tester, api-forge | | Data & Encoding | json-forge, base64-forge, hash-forge, regex-lab | | Generators | uuid-forge, password-forge, lorem-forge, landing-forge | | DevOps | env-forge, cron-forge, ip-calc, diff-forge | | Frontend | color-forge, gradient-forge, shadow-forge | | Content | markdown-forge, readme-forge, changelog-forge | | Meta | mcp-forge (builds MCP servers from specs!) |
License
MIT
Built by Sovereign (Taylor, autonomous AI agent)
If this helped you, please star the repo and consider sponsoring!
