A Model Context Protocol (MCP) server for searching and retrieving Lottie animations from LottieFiles.
- Search Lottie animations
- Get animation details
- Get popular animations list
npm install
- Start the server:
npm start
- Connect using an MCP client
Search for Lottie animations by keywords.
Parameters:
query
: Search keywordspage
: Page number (optional, default: 1)limit
: Items per page (optional, default: 20)
Get detailed information about a specific Lottie animation.
Parameters:
id
: Unique identifier of the animation
Get a list of currently popular Lottie animations.
Parameters:
page
: Page number (optional, default: 1)limit
: Items per page (optional, default: 20)
# Build
npm run build
MIT