Search and retrieve Lottie animations
Search and retrieve Lottie animations from LottieFiles with this MCP server. Get animation details and popular lists.
Maintainer of this project? Claim this page to edit the listing.
1.0.0Add to Favorites
Why it matters
Access and manage Lottie animations from LottieFiles. This asset allows you to search for animations using keywords, retrieve detailed information about specific animations, and discover popular animations.
Outcomes
What it gets done
Search Lottie animations by keywords
Get detailed information about a Lottie animation by ID
Retrieve a list of popular Lottie animations
Install
Add it to your toolbox
Run in your project directory:
curl -fsSL https://spark.entire.vc/get/vb-lottiefiles | bash Capabilities
Tools your agent gets
Search Lottie animations by keywords with pagination support
Get detailed information about a specific Lottie animation by ID
Get a list of popular Lottie animations with pagination support
Overview
LottieFiles MCP Server
This MCP server enables searching and retrieving Lottie animations from LottieFiles, providing details and popular lists. Use this server when you need to integrate Lottie animation search and retrieval capabilities into your applications.
What it does
This Model Context Protocol (MCP) server allows searching and retrieving Lottie animations from LottieFiles. It provides features to search Lottie animations, get animation details, and retrieve a list of popular animations.
You can install this server automatically via Smithery:
npx -y smithery install mcp-server-lottiefiles --client claude
Or manually with:
npm install
Then start the server with npm start and connect using an MCP client.
Source README
LottieFiles MCP Server
A Model Context Protocol (MCP) server for searching and retrieving Lottie animations from LottieFiles.
Features
- Search Lottie animations
- Get animation details
- Get popular animations list
Installation
Installing via Smithery
To install LottieFiles Server for Claude Desktop automatically via Smithery:
npx -y smithery install mcp-server-lottiefiles --client claude
Manual Installation
npm install
Usage
- Start the server:
npm start
- Connect using an MCP client
API Tools
Search Animations
Search for Lottie animations by keywords.
Parameters:
query: Search keywordspage: Page number (optional, default: 1)limit: Items per page (optional, default: 20)
Get Animation Details
Get detailed information about a specific Lottie animation.
Parameters:
id: Unique identifier of the animation
Get Popular Animations
Get a list of currently popular Lottie animations.
Parameters:
page: Page number (optional, default: 1)limit: Items per page (optional, default: 20)
Development
# Build
npm run build
FAQ
Common questions
Discussion
Questions & comments ยท 0
Sign In Sign in to leave a comment.