Jump to related tools in the same category or review the original source on GitHub.

AI & LLMs @choihyunsus Updated 7/17/2026 1,581 downloads 0 stars Security: Pass

N2 Stitch Mcp OpenClaw Plugin & Skill | ClawHub

Looking to integrate N2 Stitch Mcp into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate ai & llms tasks instantly, without having to write custom tools from scratch.

What this skill does

Resilient MCP proxy for Google Stitch — 3-layer safety (auto-retry, token refresh, TCP drop recovery).

Install

ClawHub CLI
openclaw skills install @choihyunsus/n2-stitch-mcp
Node.js (npx)
npx clawhub@latest install n2-stitch-mcp

Full SKILL.md

Open original
Metadata table.
namedescriptionhomepageuser invocable
n2-stitch-mcpResilient MCP proxy for Google Stitch — 3-layer safety (auto-retry, token refresh, TCP drop recovery).https://nton2.comtrue

SKILL.md content below is scrollable.

🛡️ N2 Stitch MCP — Resilient Proxy Skill

Never lose a screen generation again. The only Stitch MCP proxy with TCP drop recovery.

The Problem

Google Stitch's generate_screen_from_text takes 2–10 minutes, but the API drops TCP after ~60 seconds.

Other MCP servers:  Request → 60s → TCP drop → ❌ LOST!
N2 Stitch MCP:      Request → 60s → TCP drop → 🛡️ Auto-recovery → ✅ Delivered!

Why This One?

Feature Others N2 Stitch MCP
TCP Drop Recovery ✅ Auto-polling
Generation Tracking generation_status
Exponential Backoff ✅ 3x retry + jitter
Auto Token Refresh ⚠️ ✅ Background refresh
Test Suite ✅ 35 tests

Quick Setup

1. Authenticate (one-time)

# Option A: gcloud (recommended)
gcloud auth application-default login

# Option B: API Key
export STITCH_API_KEY="your-key"

2. Add to MCP Config

{
  "mcpServers": {
    "n2-stitch": {
      "command": "npx",
      "args": ["-y", "n2-stitch-mcp"]
    }
  }
}

Available Tools

Stitch API (auto-discovered)

  • create_project — Create a Stitch project
  • list_projects — List all projects
  • get_project — Get project details
  • list_screens — List screens in a project
  • get_screen — Get screen HTML/CSS
  • generate_screen_from_text — ✨ Generate UI from text (Resilient!)
  • edit_screens — Edit existing screens
  • generate_variants — Generate design variants

Virtual Tools (N2 Exclusive)

  • generation_status — Check generation progress in real-time
  • list_generations — List all tracked generations

Links


Part of the N2 AI Body series — Building the Body for AI

ClawHub Registry URL: https://clawhub.ai/choihyunsus/skills/n2-stitch-mcp

Related skills

If this matches your use case, these are close alternatives in the same category.