Skip to main content
Glama
DearXuan7392

tele-ux-ui-motion-skill-mcp

by DearXuan7392

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:

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

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

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, the npx configuration 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 start

Environment Variables

Variable

Description

Default

UI_SKILL_PATH

Custom skills directory path

skills/ inside the package

Skill Library Categories

Category

Domain

visual-styles

UI visual styles (glassmorphism, neumorphism, brutalism, etc.)

brand-systems

Brand-level design system references (Stripe, Linear, Apple, etc.)

motion

Animation and motion design, including GSAP

color

Color systems, palettes, contrast, dark mode

typography

Font pairing, type scale, text layout

layout

Layout structure, spacing, grids, composition

components

Component design patterns and anatomy

accessibility

WCAG, ARIA, keyboard operation, inclusive design

design-tokens

Design token architecture (primitive → semantic → component)

3d-webgl

Three.js, WebGL, shaders, 3D effects

ux-writing

Tone of voice, microcopy, content design

ux-principles

UX heuristic evaluation, design review, anti-slop

frameworks

Framework-specific implementation patterns

page-recipes

Page-level design recipes (landing pages, dashboards, login)

css-effects

CSS visual effects (blur, gradients, masks, shadows)

icons

Icon systems, SVG, icon selection

interaction

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

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:

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).

Available Tools

5 tools
helpA

Get usage instructions and recommended workflow. IMPORTANT: This MCP server MUST be used for ANY task involving interface development, UI/UX design, animation, visual styling, motion design, page layout, color, typography, or any frontend visual work. Always start by calling help with step=1 to get the progressive workflow guide. Pass step=1 on first use; subsequent calls with step=2 through 5 return stage-specific guidance. Without a step, returns the full overview document.

ParametersJSON Schema
NameRequiredDescriptionDefault
stepNoOptional. Step number 1-5 for progressive workflow guidance. step=1: discovery, step=2: requirements, step=3: skill search, step=4: development, step=5: testing & delivery. Omit to get the full overview.

TDQS

A4.6/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations supplied, the description carries the full behavioral burden and does disclose the progressive step behavior and the full-overview fallback. It could explicitly state that this is a read-only informational tool, but the described act of returning documents makes side effects highly unlikely.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Every sentence earns its place and the core purpose is front-loaded. The long list of frontend-related task types in the IMPORTANT sentence is somewhat dense, but it is necessary to define the mandatory scope of the tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with one optional parameter, no annotations, and no output schema, the description covers purpose, mandatory usage context, parameter semantics, and return behavior completely. An agent has everything needed to correctly invoke this tool on the first call.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents the step parameter with 100% coverage, so the baseline is 3. The description adds usage guidance beyond the schema by prescribing step=1 as the required first call and framing steps 2-5 as subsequent stages in a progressive guide. This is meaningful added context.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb-resource pair ('Get usage instructions and recommended workflow') and further establishes it as the mandatory entry point for interface/frontend work. This clearly distinguishes it from sibling tools like list, search, read, and keywords, which obviously handle different resources.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly states when this tool MUST be used (any task involving interface development, UI/UX, animation, visual styling, etc.) and prescribes a concrete workflow: always start with step=1, then proceed through steps 2-5. It also documents the behavior when step is omitted, leaving no doubt about how to invoke it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

keywordsA

Retrieve the full keywords array for a specific category or skill. For a category path (e.g. 'color'), returns keywords from its SKILL.md. For a skill path (e.g. 'color.color-blind'), returns keywords from that skill file. Useful for understanding what terms a skill covers without reading the full content.

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYesDot-separated path to a category or skill. Examples: 'color' (category), 'color.color-blind' (skill), 'motion.gsap' (subcategory). Do not include the .md extension.

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, so the description carries the full burden — and it delivers: it discloses the return value (full keywords array), the source resolution (SKILL.md vs. skill file), and the two accepted path shapes. It doesn't cover error/empty-path behavior, but for a simple read-only lookup that is a minor gap rather than a serious one.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences with zero filler: the verb+resource statement is front-loaded, the second sentence explains resolution behavior, and the third gives the practical use case. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter lookup with no output schema, the description covers the return value, the two input path semantics, and the intended use case. The only real omission is the shape of the returned array, but the description's 'full keywords array' phrasing plus a low-complexity surface makes this adequately complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% — the schema already documents the dot-separated format with concrete examples and the no-.md-extension rule. The description reinforces the same examples but adds no meaning beyond the schema, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Starts with a specific verb+resource pair ('Retrieve the full keywords array for a specific category or skill') and immediately clarifies the two path types. The closing phrase 'without reading the full content' explicitly differentiates it from the sibling `read` tool, so an agent can tell them apart without opening any schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context: use this to understand what terms a skill covers without loading full content, and it explains how category vs. skill paths resolve. It does not explicitly name alternatives or state when NOT to use it, but the contrast with `read` is implied strongly enough for a 1-parameter lookup tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

listA

List all top-level categories, or list subcategories and skills within a specific category. Use this to explore the skill library structure. Call without arguments to see all categories; pass a dot-separated path (e.g. 'color' or 'motion.gsap') to drill into a category.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryNoDot-separated category path (e.g. 'color', 'motion.gsap'). Omit or leave empty to list all top-level categories.

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden of behavioral disclosure. It clearly indicates a read-only listing behavior and explains the drill-down mechanism, but it does not mention the return format, what happens if an invalid path is passed, or any side-effect guarantees. 'List' implies no mutation, but more detail on output or error behavior would strengthen transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences carry the entire definition with zero filler. The main purpose is front-loaded, and the optional-argument behavior is explained efficiently with concrete examples.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with one optional parameter and no output schema, the description covers the core use cases: top-level listing and category drill-down. It gives examples and the dot-separated path convention. The only notable gap is specifying the output shape or behavior for an invalid category path, but that's minor for a simple read-only list tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already fully documents the category parameter: dot-separated path, examples, and 'omit or leave empty' behavior. The description largely restates this same information and only adds the context of 'subcategories and skills', so it adds minimal value beyond the schema. Baseline 3 applies given 100% schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('List') and a clear resource ('top-level categories', 'subcategories and skills'), and explains the optional drill-down behavior. It doesn't explicitly name sibling tools to distinguish itself, but 'Use this to explore the skill library structure' provides enough context to separate it from search/read/keywords/help.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a clear usage cue ('Use this to explore the skill library structure') and explicit invocation patterns: call without arguments for top-level categories, or pass a dot-separated path to drill in. It stops short of a 5 because it doesn't explicitly say when to use a sibling tool like search instead.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

readA

Read the full content of a specific skill or category. For a category path, returns the SKILL.md body text plus a list of its children. For a skill path, returns the skill's Markdown body text. Frontmatter metadata is stripped. IMPORTANT: Always call help first if unsure how to use the library.

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYesDot-separated path to a category or skill. Examples: 'color' (category), 'color.color-tokens' (skill), 'motion.gsap.gsap-core' (nested skill). Do not include the .md extension.

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full behavioral burden. It discloses that frontmatter metadata is stripped, that category paths return SKILL.md body plus children, and that skill paths return Markdown body. It does not cover error behavior or explicitly confirm non-mutating behavior, but the read action and output details make the tool's behavior reasonably transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the core purpose, followed by path-type behavior and the important help-first warning. Every sentence contributes useful information with no repetition or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having no output schema, the description explains the return behavior for both category and skill paths and notes frontmatter stripping. Minor gaps such as invalid-path behavior and the exact shape of the children list keep it from being fully complete, but it is sufficient for a simple single-parameter read tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already provides 100% coverage for the single path parameter, including dot-separated path examples and the instruction not to include the .md extension. The description reinforces the path-type distinction but does not add substantial parameter semantics beyond what the schema already documents, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action and resource: 'Read the full content of a specific skill or category.' It also distinguishes behavior for category paths versus skill paths, making the tool's purpose unambiguous and separable from sibling tools like list, search, and keywords.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for how to use the tool based on path type, and it includes an explicit usage prerequisite: 'Always call help first if unsure how to use the library.' It does not explicitly name alternatives or say when not to use this tool, but the guidance is still strong.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 5 tool updatesv1.0.0
    • First observedhelp
    • First observedkeywords
    • First observedlist
    • First observedread
    • First observedsearch

TDQS

A4.3/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a distinct role: list browses the category tree, search finds by keyword, read retrieves full content, keywords returns metadata, and help provides usage guidance. There is minimal overlap, and descriptions clearly differentiate the discovery tools from the retrieval tools.

Naming Consistency4/5

Most tools use simple, single-word verb names: list, search, read, and help. The noun-form 'keywords' breaks the pattern slightly, but the naming is still simple, predictable, and not confusing.

Tool Count5/5

Five tools is well-scoped for a skill-library browser: discovery, search, retrieval, metadata access, and help. Each tool serves a clear purpose without redundancy or unnecessary surface area.

Completeness5/5

For a read-only skill library, the surface is complete: agents can navigate, search, read, inspect keywords, and get workflow guidance. There are no obvious missing operations because the server is not expected to modify or create skills.

Maintenance

ActivityMaintained
ResponsivenessSyncing

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    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
    5 npm
    1
    MIT