Skip to main content
Glama
DearXuan7392

tele-ux-ui-motion-skill-mcp

by DearXuan7392

Tele UX-UI-Motion Skill MCP

一个基于 Model Context Protocol 的 MCP 服务,为 AI 智能体提供 UI/UX/动画设计技能库的浏览、检索和阅读能力。

内置 198 个设计技能,覆盖 17 个领域,蒸馏自 10 个开源设计项目。

蒸馏项目:

Agent Skills Awesome Web Animation Claude Design Skillstack GSAP AI Skills skills (interfaces.dev) StyleSeed UI Craft UI Design Skill UI UX Pro Max UX/UI Agent Skills

npm version npm downloads license Node.js TeleAgent MCP TypeScript Platform

快速开始 · 技能库类别 · 工作流程 · 致谢

简介

做前端界面时,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

环境变量

变量

说明

默认值

UI_SKILL_PATH

自定义 skills 目录路径

包内 skills/

技能库类别

类别

领域

visual-styles

UI 视觉风格(玻璃拟态、新拟态、野兽派等)

brand-systems

品牌级设计系统参考(Stripe、Linear、Apple 等)

motion

动画与动效设计,含 GSAP

color

色彩系统、调色板、对比度、暗色模式

typography

字体配对、字号比例、文本排版

layout

布局结构、间距、网格、组合

components

组件设计模式与解剖

accessibility

WCAG、ARIA、键盘操作、包容性设计

design-tokens

设计令牌架构(基础→语义→组件)

3d-webgl

Three.js、WebGL、着色器、3D 特效

ux-writing

语气语调、微文案、内容设计

ux-principles

UX 启发式评估、设计审查、反 slop

frameworks

框架特定实现模式

page-recipes

页面级设计方案(落地页、仪表盘、登录)

css-effects

CSS 视觉效果(模糊、渐变、遮罩、阴影)

icons

图标系统、SVG、图标选择

interaction

微交互、悬停状态、反馈

工作流程

智能体使用本服务时遵循渐进式 5 步工作流,每一步通过 help(step=N) 获取对应阶段的详细指导:

Step 1  发现与探索    → 列出所有类别,建立全局认知
Step 2  需求分析      → 分析用户需求,用专业词汇描述方案,与用户确认
Step 3  技能检索      → 提取关键词,全局 + 迭代检索,建立技能清单
Step 4  开发执行      → 制定计划表,按序读取技能并开发
Step 5  测试与交付    → 检查测试工具,验证产出,交付结果

技术栈

开发

npm run build    # 编译 TypeScript 并拷贝静态文件到 dist/
npm run dev      # 监听模式编译
npm start        # 启动服务

致谢

本项目的技能内容蒸馏自以下 10 个开源项目,感谢原作者的无私分享:

开源协议

本项目基于 MIT 协议开源。技能内容遵循各原始项目的开源协议(MIT / CC0 1.0)。

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    C
    maintenance
    Exposes 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.
  • A
    license
    A
    quality
    D
    maintenance
    Provides 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.
    6
    8
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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