LottieFiles MCP Server
Model Context Protocol (MCP) server for searching and retrieving Lottie animations from LottieFiles.
Get this MCP server
Model Context Protocol (MCP) server for searching and retrieving Lottie animations from LottieFiles.
Installation
Smithery
npx -y smithery install mcp-server-lottiefiles --client claude
Manual Installation
npm install
Available Tools
| Tool | Description |
|---|---|
search_animations |
Search Lottie animations by keywords with pagination support |
get_animation_details |
Get detailed information about a specific Lottie animation by ID |
get_popular_animations |
Get a list of popular Lottie animations with pagination support |
Features
- Search Lottie animations
- Get animation details
- Get a list of popular animations
Notes
Run the server with 'npm start' and connect using an MCP client. Build with 'npm run build'. MIT License.