Unyly Connect

Embeddable one-click MCP/Sael installer for AI clients. Drop on any site — your users install your server in Cursor, VS Code, Claude or ChatGPT in one click.

Inline — Unyly brand default

Drop the script + one <div>. Single tag, no deps. Shadow DOM isolated.

<div data-unyly-mcp data-key="wpk_..."></div> <script src="https://unyly.org/widget/mcp-install.js" async></script>

Inline — white-label paid tier

Custom accent, no unicorn — looks fully native to the provider's site. Tiny "via Unyly" footer remains.

FAB — floating action button

Anchored to a page corner. Triggered with UnylyMCP.fab({...}). Look at the bottom-right corner.

UnylyMCP.fab({ key: 'wpk_...', position: 'br' })

Programmatic — open the modal directly

For places where you already have a "Connect" button. Call UnylyMCP.install({...}) from your handler.

btn.onclick = () => UnylyMCP.install({ key: 'wpk_...' })