Skip to main content
Glama

LottieFiles MCP Server

get_popular_animations

Retrieve a paginated list of trending Lottie animations, specifying page number and items per page, to access the most popular designs.

Instructions

Get a list of currently popular Lottie animations.

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of items per page
pageNoPage number, starting from 1

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "Number of items per page", "maximum": 100, "minimum": 1, "type": "integer" }, "page": { "default": 1, "description": "Page number, starting from 1", "minimum": 1, "type": "integer" } }, "type": "object" }
Install Server

Other Tools from LottieFiles MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/junmer/mcp-server-lottiefiles'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server