🔌 MCP Servers
LottieFiles Server
Search and retrieve Lottie animations effortlessly. Access detailed information about specific animations and discover popular animations with ease. Enhance your projects with dynamic animations from
Description
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
License
MIT
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!