LottieFiles
Summary
LottieFiles MCP Server provides a bridge between AI assistants and the LottieFiles API, enabling search and retrieval of Lottie animations. Built with TypeScript and the Model Context Protocol SDK, it offers tools for searching animations by keywords, retrieving animation details, and accessing popular animations. The server implements resource handling for popular animations and prompt capabilities to guide interactions, making it valuable for workflows requiring animated content without leaving the conversation interface.
Available Actions(3)
search_animations
Search for Lottie animations by keywords. Parameters: query (string), page (optional integer, default: 1), limit (optional integer, default: 20)
get_animation_details
Get detailed information about a specific Lottie animation. Parameters: id (string)
get_popular_animations
Get a list of currently popular Lottie animations. Parameters: page (optional integer, default: 1), limit (optional integer, default: 20)
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation