LottieFiles

LottieFiles

Searching and retrieving Lottie animations from LottieFiles

9
Stars
3
Forks
0
Releases

Overview

A Model Context Protocol (MCP) server for searching and retrieving Lottie animations from LottieFiles. The server provides tools to search animations by keywords, fetch detailed information for a specific animation by its id, and retrieve lists of currently popular animations. It supports API parameters such as query, page, and limit for searches (with defaults page=1, limit=20), id for details, and page/limit for popular lists. The project can be installed via Smithery for automatic deployment with a client like Claude, or installed manually via npm install. Start the server with npm start and connect from an MCP client to perform searches, obtain animation details, and access popular animations. Development includes a build step (npm run build). The repository is MIT licensed. The README documents three primary API tools: search, animation details, and popular animations; integration typically involves running the server and consuming its MCP endpoints.

Details

Owner
junmer
Language
TypeScript
License
MIT License
Updated
2025-12-07

Features

Search Lottie animations

Search for Lottie animations by keywords. Supports query, page (default 1), and limit (default 20).

Get animation details

Fetch detailed information about a specific Lottie animation using its id.

Get popular animations

Retrieve a list of currently popular Lottie animations with pagination (page and limit).

Tags

LottieFilesLottie AnimationsMCP ServerSearchAnimation DetailsPopular AnimationsAPISmitheryClaudeNPM