by junmer
mcp-server-lottiefiles is a Model Context Protocol (MCP) server designed to facilitate the searching and retrieval of Lottie animations from LottieFiles.
mcp-server-lottiefiles is an MCP (Model Context Protocol) server that allows users to search for and retrieve Lottie animations directly from the LottieFiles platform. It acts as an intermediary, providing a structured way to access LottieFiles' extensive library of animations.
Installation:
npx -y smithery install mcp-server-lottiefiles --client claude
npm install
.Usage:
npm start
query
(keywords), page
(optional, default: 1), limit
(optional, default: 20).id
parameter.page
and limit
parameters.A Model Context Protocol (MCP) server for searching and retrieving Lottie animations from LottieFiles.
To install LottieFiles Server for Claude Desktop automatically via Smithery:
npx -y smithery install mcp-server-lottiefiles --client claude
npm install
npm start
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 animationGet 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
Reviews feature coming soon
Stay tuned for community discussions and feedback