lenis-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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lenis_generate_setupA | Generates complete Lenis smooth scroll setup code for a given framework. Supports vanilla JS, React, Vue, and Next.js with optional GSAP ScrollTrigger integration, snap scrolling, and custom RAF loop configuration. Args:
Returns: Complete setup code with installation commands, imports, initialization, CSS, and comments. Examples:
|
| lenis_get_api_referenceA | Queries the complete Lenis API documentation — settings, methods, events, and properties. Supports filtering by category and search term for targeted lookups. Args:
Returns: Formatted API documentation with types, defaults, and descriptions. Examples:
|
| lenis_debug_scroll_issueA | Diagnoses Lenis smooth scroll issues based on symptom descriptions. Matches symptoms against known limitations, common pitfalls, and troubleshooting patterns from the official Lenis documentation. Args:
Returns: Diagnosis with probable causes, step-by-step fixes, and relevant code snippets. Examples:
|
| lenis_create_scroll_patternA | Generates production-ready code for common Lenis scroll patterns. Available patterns: parallax, infinite-scroll, snap, horizontal scroll, WebGL sync, and scroll-triggered animations. Args:
Returns: Complete code with HTML structure, CSS, JavaScript setup, and explanatory comments. Examples:
|
| lenis_optimize_performanceA | Provides performance optimization recommendations for Lenis smooth scroll setups. Analyzes the described setup and returns targeted tips for reducing jank, improving fps, and optimizing for mobile devices. Args:
Returns: Prioritized list of optimization recommendations with code examples. Examples:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: pattern generation, debugging, setup code, API reference, and optimization. There is no overlap or ambiguity.
All tools follow a consistent 'lenis_verb_noun' pattern in snake_case (e.g., lenis_create_scroll_pattern, lenis_debug_scroll_issue). The naming is predictable and uniform.
With exactly 5 tools, the server is well-scoped for a focused library helper. Each tool serves a distinct purpose without redundancy or unnecessary breadth.
The set covers creation, debugging, setup, documentation, and optimization. Minor gap: no tool for updating or removing patterns, but core workflows are fully supported.