10x Development Speed
Manual UI မရေးဘဲ Figma Link ထည့်သွင်းရုံဖြင့် AI က layout နှင့် style ကို ရေးသားပေးမည်။
Figma → HTML
Cursor AI ၏ Model Context Protocol (MCP) ဖြင့် Figma ကို ချိတ်ဆက်ကာ Semantic HTML နှင့် Responsive Tailwind CSS ကို မိနစ်ပိုင်းအတွင်း ထုတ်ယူနိုင်သော 100% Free community masterclass ဖြစ်ပါသည်။
Manual UI မရေးဘဲ Figma Link ထည့်သွင်းရုံဖြင့် AI က layout နှင့် style ကို ရေးသားပေးမည်။
LLM ကို Figma API နှင့် တိုက်ရိုက်ချိတ်ဆက်သော MCP architecture ကို ကိုယ်တိုင် တပ်ဆင်နိုင်မည်။
Semantic tags၊ Tailwind utility နှင့် responsive flex/grid ကုဒ်ကို ထုတ်ယူနိုင်မည်။
စုစုပေါင်း နာရီဝက်ခန့် (30 mins) — Module ၅ ခု
Figma → Code လုပ်ငန်းစဉ် ပြောင်းလဲပုံ၊ MCP mental model နှင့် Figma Link data flow ကို လေ့လာပါမည်။
PAT ရယူခြင်း၊ MCP server တပ်ဆင်ခြင်းနှင့် connection test လုပ်ဆောင်နည်းကို လေ့လာပါမည်။
.cursor/mcp.json setupAI တိကျမှု မြှင့်တင်ရန် Auto Layout၊ naming နှင့် assets ပြင်ဆင်နည်းကို လေ့လာပါမည်။
Composer တွင် URL ပေးခြင်း၊ prompt ရေးသားခြင်းနှင့် preview စစ်ဆေးခြင်းကို လေ့လာပါမည်။
Breakpoint ချိန်ညှိခြင်း၊ visual QA နှင့် Vercel / GitHub Pages တင်ခြင်းကို လေ့လာပါမည်။
Slide 1 / 5
သင်တန်းမတက်မီ ပြင်ဆင်ရမည့် tools၊ accounts နှင့် skills — checklist နှိပ်၍ ခြေရာခံနိုင်ပါသည်။
| Plan / Seat | MCP tool calls |
|---|---|
| Starter (Free) · View / Collab | တစ်လလျှင် ၆ ကြိမ်အထိ |
| Dev / Full · Professional / Organization | တစ်နေ့လျှင် ~၂၀၀ ကြိမ် (+ per-minute cap) |
| Dev / Full · Enterprise | တစ်နေ့လျှင် ~၆၀၀ ကြိမ် (+ per-minute cap) |
ကိန်းဂဏန်းများကို Figma က ပြောင်းလဲနိုင်ပါသည်။ အမှန်ကန်ဆုံးအချက်အလက်မှာ official rate-limits စာမျက်နှာ ဖြစ်ပါသည်။
React/Vue၊ backend — Free ဖြင့် စမ်းသပ်နိုင်သော်လည်း ၆ ကြိမ်/လ ကန့်သတ်ရှိပါသည်။
Cursor Settings → MCP → Figma ထည့်သွင်းပါ။ Browser OAuth ပေါ်လာပါက Allow / Accept လုပ်ပါ။ Accept မရသေးပါက tool call မရရှိပါ။
အကြံပြုချက် (official remote):
{
"mcpServers": {
"figma": {
"url": "https://mcp.figma.com/mcp"
}
}
}
Figma → Settings → Security → PAT။ Project .cursor/mcp.json:
{
"mcpServers": {
"figma": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-figma"],
"env": {
"FIGMA_PERSONAL_ACCESS_TOKEN": "YOUR_FIGMA_PERSONAL_ACCESS_TOKEN_HERE"
}
}
}
}
Composer (Cmd/Ctrl + I) — Free သုံးပါက တစ် frame / တစ်ခေါ် စဉ်းစား၍ paste ပါ။
RECOMMENDED PROMPT
Using the Figma MCP server, analyze this Figma URL: [PASTE_YOUR_FIGMA_FILE_URL_HERE]. Fetch the layer tree and layout specifications. Generate a clean, responsive single-file index.html using HTML5 semantic tags and Tailwind CSS. Ensure all components match the padding, fonts, and colors from Figma. IMPORTANT: If you cannot access or read the Figma MCP tools / design data (auth failed, MCP unavailable, rate limit, or fetch error), STOP immediately. Do NOT invent HTML from guesswork. Reply clearly that Figma MCP could not be read and state the error reason.