GSAP MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gsap-animateB | Create GSAP animations using to(), from(), or fromTo() methods |
| gsap-timeline | Create and manage GSAP timelines for sequencing animations |
| gsap-set | Instantly set CSS properties without animation using gsap.set() |
| gsap-kill-tweens | Kill/stop GSAP animations and tweens |
| gsap-scroll-trigger | Create scroll-triggered animations using GSAP ScrollTrigger plugin |
| gsap-motion-path | Animate elements along custom paths using GSAP MotionPath plugin |
| gsap-draggableC | Create draggable elements with GSAP Draggable |
| gsap-morph-svgB | Morph SVG shapes (requires GSAP Club membership) |
| gsap-split-textC | Split text for animations (requires GSAP Club membership) |
| gsap-page-transitionC | Create page transitions with GSAP |
| gsap-parallaxC | Create parallax scrolling effects |
| gsap-staggerC | Create staggered animations |
| gsap-selectorC | Smart element selection and validation for GSAP animations |
| gsap-easingD | Explore GSAP easing functions |
| gsap-performanceC | Monitor GSAP animation performance |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Fade In | Basic fade in animation preset |
| Slide Up | Slide up from bottom animation preset |
| Scale In | Scale in animation preset |
| Bounce In | Bounce in animation preset |
| GSAP API Reference | Complete GSAP API reference and documentation |
| GSAP Plugins Documentation | Documentation for GSAP plugins |
| Basic Animation Example | Simple animation example |
| Timeline Example | Timeline animation sequence |
| GSAP Performance Tips | Tips for optimizing GSAP animations |
TDQS
Scored across 10 tools
Each tool has a clear and distinct purpose, covering different GSAP features like animation creation, draggable elements, SVG morphing, text splitting, page transitions, parallax, stagger, element selection, and easing exploration. No overlap or ambiguity.
All tools share a consistent 'gsap-' prefix, but the second part varies between nouns (e.g., 'performance', 'draggable') and verb phrases (e.g., 'animate', 'morph-svg'). The pattern is mostly predictable, with minor mix of styles.
With 10 tools, the server covers a broad range of GSAP's core and advanced features without being overwhelming. Each tool serves a distinct and useful purpose, making the set well-scoped for a GSAP-focused MCP server.
The set covers basic animation, advanced effects (draggable, parallax, stagger), and utilities (selector, easing). However, notable gaps exist: no timeline management (e.g., gsap-timeline) and no ScrollTrigger plugin, which are essential for complex GSAP workflows.