tele-ux-ui-motion-skill-mcp
Provides Apple brand design system references and UI patterns, helping AI agents build interfaces consistent with Apple's design language.
Provides CSS visual effect skills covering blur, gradients, masks, shadows, and other modern styling techniques.
Provides GSAP animation design skills, enabling AI agents to create and implement web animations using the GreenSock library.
Provides Linear brand design system references and UI/UX patterns, enabling AI agents to create interfaces inspired by Linear's product style.
Provides Stripe brand design system references and UI/UX patterns, helping AI agents design polished, Stripe-inspired interfaces.
Provides SVG icon system and icon design skills, enabling AI agents to create and select scalable vector icons.
Provides Three.js 3D design skills, allowing AI agents to build 3D scenes, shaders, and WebGL-powered effects.
Provides WebGL and 3D rendering design skills, enabling AI agents to implement shaders and GPU-accelerated visual effects.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tele-ux-ui-motion-skill-mcpsearch for GSAP animation skills"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tele UX-UI-Motion Skill MCP
An MCP service built on Model Context Protocol that provides AI agents with the ability to browse, search, and read a UI/UX/animation design skill library.
Includes 198 design skills covering 17 domains, distilled from 10 open-source design projects.
Distilled projects:
Quick Start · Skill Library Categories · Workflow · Acknowledgments
Introduction
When building front-end interfaces, AI agents often lack systematic design knowledge—they don't know what glassmorphism is, aren't familiar with WCAG contrast requirements, and can't write animations with GSAP. The solution this project takes is to organize high-quality open-source design knowledge into structured skill files and expose them to agents through the MCP protocol, letting agents look them up on demand like consulting a dictionary.
Agents no longer need to switch back and forth between design knowledge and project code. Instead, through a progressive workflow, they gradually search, read, and apply skills, ultimately producing interfaces that meet professional design standards.
Core Capabilities
Browse — Drill down through 17 top-level categories to explore the skill library structure
Search — Search by keyword globally or within a category to quickly locate the skill you need
Read — Retrieve a skill's complete design guide, including principles, patterns, and code examples
Keyword Lookup — View all keywords covered by a skill to assist precise searching
Progressive Guidance — A 5-step agent workflow that guides the entire process from discovery to delivery
Related MCP server: AceternityUI_MCP_Server
Quick Start
Use with npx (Recommended)
No installation required; configure it directly in your MCP client:
{
"mcpServers": {
"tele-ux-ui-motion-skill-mcp": {
"command": "npx",
"args": ["-y", "tele-ux-ui-motion-skill-mcp"]
}
}
}If developing from source, install the local package globally first:
npm install -g .; after that, thenpxconfiguration is identical to the official release.
Local Development
git clone <repo-url>
cd tele-ux-ui-motion-skill-mcp
npm install
npm run build
npm startEnvironment Variables
Variable | Description | Default |
| Custom skills directory path |
|
Skill Library Categories
Category | Domain |
| UI visual styles (glassmorphism, neumorphism, brutalism, etc.) |
| Brand-level design system references (Stripe, Linear, Apple, etc.) |
| Animation and motion design, including GSAP |
| Color systems, palettes, contrast, dark mode |
| Font pairing, type scale, text layout |
| Layout structure, spacing, grids, composition |
| Component design patterns and anatomy |
| WCAG, ARIA, keyboard operation, inclusive design |
| Design token architecture (primitive → semantic → component) |
| Three.js, WebGL, shaders, 3D effects |
| Tone of voice, microcopy, content design |
| UX heuristic evaluation, design review, anti-slop |
| Framework-specific implementation patterns |
| Page-level design recipes (landing pages, dashboards, login) |
| CSS visual effects (blur, gradients, masks, shadows) |
| Icon systems, SVG, icon selection |
| Micro-interactions, hover states, feedback |
Workflow
Agents using this service follow a progressive 5-step workflow. At each step, use help(step=N) to get detailed guidance for the corresponding stage:
Step 1 发现与探索 → 列出所有类别,建立全局认知
Step 2 需求分析 → 分析用户需求,用专业词汇描述方案,与用户确认
Step 3 技能检索 → 提取关键词,全局 + 迭代检索,建立技能清单
Step 4 开发执行 → 制定计划表,按序读取技能并开发
Step 5 测试与交付 → 检查测试工具,验证产出,交付结果Tech Stack
Language: TypeScript
Runtime: Node.js >= 18
MCP SDK:
@modelcontextprotocol/sdkTransport: stdio
Development
npm run build # 编译 TypeScript 并拷贝静态文件到 dist/
npm run dev # 监听模式编译
npm start # 启动服务Acknowledgments
This project's skill content is distilled from the following 10 open-source projects. Thanks to the original authors for their generous sharing:
Project | License |
MIT | |
CC0 1.0 | |
MIT | |
MIT | |
MIT | |
MIT | |
MIT | |
MIT | |
MIT | |
MIT |
License
This project is open source under the MIT license. The skill content follows the open-source licenses of the respective original projects (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