Sign In

landing-forge-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

landing-forge-mcp

MCP server that generates complete, production-ready HTML landing pages, product cards, and pricing tables

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
45
150%
Maintainers
1
Weekly downloads
 
Created
Source

landing-forge-mcp

npm version npm downloads License: MIT MCP

Generate complete HTML landing pages from a prompt.

Describe what you need → get a production-ready landing page.

Quick Start

npx landing-forge-mcp

Claude Desktop / Cursor / Windsurf

Add to your MCP configuration:

{
  "mcpServers": {
    "landing": {
      "command": "npx",
      "args": ["-y", "landing-forge-mcp"]
    }
  }
}

Tools (3)

ToolDescription
generate_landing_pageGenerate 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_cardGenerate a standalone HTML product card component with inline CSS. Perfect for embedding in landing pages, stores, or product showcases.
generate_pricing_tableGenerate 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 start

Part of the Sovereign MCP Suite

This is one of 29 MCP servers with 98 tools built by Sovereign.

CategoryServers
Web & SEOweb-scraper, seo-analyzer, meta-forge
Developer Toolsgithub-stats, code-quality, api-tester, api-forge
Data & Encodingjson-forge, base64-forge, hash-forge, regex-lab
Generatorsuuid-forge, password-forge, lorem-forge, landing-forge
DevOpsenv-forge, cron-forge, ip-calc, diff-forge
Frontendcolor-forge, gradient-forge, shadow-forge
Contentmarkdown-forge, readme-forge, changelog-forge
Metamcp-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!

Keywords

mcp

FAQs

Package last updated on 25 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts