monet
Installation
SKILL.md
Monet Component Registry
This skill provides integration with the monet MCP server, a landing page component registry that offers pre-built React/TypeScript components for rapid development.
Overview
The monet server runs at http://localhost:3001 and provides a REST API for accessing a curated collection of landing page components including hero sections, pricing tables, testimonials, feature showcases, and more.
Core Workflows
1. Search for Components
Use scripts/search.py to find components matching specific criteria:
python3 scripts/search.py "hero section"
python3 scripts/search.py "pricing" --category pricing --style minimal
python3 scripts/search.py "testimonial" --limit 5