junmer_mcp-server-lottiefiles
0
This project is an MCP server designed for handling Lottie animations, allowing users to search, retrieve details, and get popular animations from LottieFiles. It supports various features such as querying by keywords and obtaining animation details through an MCP client connection.
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
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