tele-ux-ui-motion-skill-mcp
Tele UX-UI-Motion Skill MCP
一个基于 Model Context Protocol 的 MCP 服务,为 AI 智能体提供 UI/UX/动画设计技能库的浏览、检索和阅读能力。
内置 198 个设计技能,覆盖 17 个领域,蒸馏自 10 个开源设计项目。
蒸馏项目:
简介
做前端界面时,AI 智能体往往缺乏系统性的设计知识——不知道什么是玻璃拟态、不了解 WCAG 对比度要求、不会用 GSAP 写动画。本项目的解决思路是:把优质开源设计知识整理成结构化的技能文件,通过 MCP 协议暴露给智能体,让它能像查字典一样按需查阅。
智能体不需要在设计知识和项目代码之间反复切换,而是通过渐进式工作流逐步检索、阅读、应用技能,最终产出符合专业设计标准的界面。
核心能力
浏览 — 从 17 个顶级类别逐层下钻,探索技能库结构
检索 — 按关键词全局或类别内检索,快速定位所需技能
阅读 — 获取技能的完整设计指南,包含原则、模式、代码示例
关键词查询 — 查看某个技能覆盖的全部关键词,辅助精准检索
渐进式引导 — 分 5 个步骤的智能体工作流,从发现到交付全程指导
Related MCP server: AceternityUI_MCP_Server
快速开始
通过 npx 使用(推荐)
无需安装,直接在 MCP 客户端中配置:
{
"mcpServers": {
"tele-ux-ui-motion-skill-mcp": {
"command": "npx",
"args": ["-y", "tele-ux-ui-motion-skill-mcp"]
}
}
}如果从源码开发,需先全局安装本地包:
npm install -g .,之后npx配置与正式发布后完全一致。
本地开发
git clone <repo-url>
cd tele-ux-ui-motion-skill-mcp
npm install
npm run build
npm start环境变量
变量 | 说明 | 默认值 |
| 自定义 skills 目录路径 | 包内 |
技能库类别
类别 | 领域 |
| UI 视觉风格(玻璃拟态、新拟态、野兽派等) |
| 品牌级设计系统参考(Stripe、Linear、Apple 等) |
| 动画与动效设计,含 GSAP |
| 色彩系统、调色板、对比度、暗色模式 |
| 字体配对、字号比例、文本排版 |
| 布局结构、间距、网格、组合 |
| 组件设计模式与解剖 |
| WCAG、ARIA、键盘操作、包容性设计 |
| 设计令牌架构(基础→语义→组件) |
| Three.js、WebGL、着色器、3D 特效 |
| 语气语调、微文案、内容设计 |
| UX 启发式评估、设计审查、反 slop |
| 框架特定实现模式 |
| 页面级设计方案(落地页、仪表盘、登录) |
| CSS 视觉效果(模糊、渐变、遮罩、阴影) |
| 图标系统、SVG、图标选择 |
| 微交互、悬停状态、反馈 |
工作流程
智能体使用本服务时遵循渐进式 5 步工作流,每一步通过 help(step=N) 获取对应阶段的详细指导:
Step 1 发现与探索 → 列出所有类别,建立全局认知
Step 2 需求分析 → 分析用户需求,用专业词汇描述方案,与用户确认
Step 3 技能检索 → 提取关键词,全局 + 迭代检索,建立技能清单
Step 4 开发执行 → 制定计划表,按序读取技能并开发
Step 5 测试与交付 → 检查测试工具,验证产出,交付结果技术栈
语言:TypeScript
运行时:Node.js >= 18
MCP SDK:
@modelcontextprotocol/sdk传输方式:stdio
开发
npm run build # 编译 TypeScript 并拷贝静态文件到 dist/
npm run dev # 监听模式编译
npm start # 启动服务致谢
本项目的技能内容蒸馏自以下 10 个开源项目,感谢原作者的无私分享:
项目 | 协议 |
MIT | |
CC0 1.0 | |
MIT | |
MIT | |
MIT | |
MIT | |
MIT | |
MIT | |
MIT | |
MIT |
开源协议
本项目基于 MIT 协议开源。技能内容遵循各原始项目的开源协议(MIT / CC0 1.0)。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceExposes The Vibe Coder's Web Design Guide as tools for AI agents, enabling lookups of UI design patterns, CSS/JS snippets, and composition of optimized front-end prompts.
- AlicenseAqualityDmaintenanceProvides access to Aceternity UI component library documentation, enabling AI assistants to browse, search, and retrieve detailed information about components.312MIT
- AlicenseAqualityDmaintenanceProvides 634+ curated production-ready AI skills for any MCP-compatible client, covering areas like security, frontend, backend, infrastructure, AI/ML, and architecture. Enables AI agents to access best practices, patterns, and solutions across multiple domains.681MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI coding assistants to search, retrieve, and reuse validated Flutter animations with documented pitfalls, directly integrable into Claude Code or Cursor.MIT
Related MCP Connectors
Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.
Search your team's shared AI-skill library, get install commands, and save skills from your agent.
Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DearXuan7392/Tele-UX-UI-Motion-Skill-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server