← 返回
效率工具 Key 中文

N2 Stitch MCP

Resilient MCP proxy for Google Stitch — 3-layer safety (auto-retry, token refresh, TCP drop recovery).
Google Stitch 弹性 MCP 代理 — 三重防护(自动重试、令牌刷新、TCP 断连恢复)。
choihyunsus
效率工具 clawhub v1.0.0 1 版本 99927.3 Key: 需要
★ 0
Stars
📥 1,374
下载
💾 17
安装
1
版本
#latest

概述

🛡️ 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

  • NPM: https://www.npmjs.com/package/n2-stitch-mcp
  • GitHub: https://github.com/choihyunsus/n2-stitch-mcp
  • Website: https://nton2.com

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 04:08 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,281
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,833
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,629