AM

A Model Context Protocol (MCP) server for searching and retrieving Lottie animations from LottieFiles.

Created 3 months ago

A Model Context Protocol (MCP) server for searching and retrieving Lottie animations from LottieFiles.

development documentation public

What is A Model Context Protocol (MCP) server for searching and retrieving Lottie animations from LottieFiles.?

LottieFiles MCP Server is designed to search and retrieve Lottie animations from LottieFiles. It allows users to search for animations, get details about specific animations, and access a list of popular animations.

Documentation

LottieFiles MCP Server

smithery badge

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

  1. Start the server:
npm start
  1. Connect using an MCP client

API Tools# Search Animations

Search for Lottie animations by keywords.

Parameters:

  • query: Search keywords
  • page: 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

npm run build

License

MIT

Server Config

{
  "mcpServers": {
    "a-model-context-protocol-(mcp)-server-for-searching-and-retrieving-lottie-animations-from-lottiefiles.-server": {
      "command": "npx",
      "args": [
        "a-model-context-protocol-(mcp)-server-for-searching-and-retrieving-lottie-animations-from-lottiefiles."
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: Aug 08, 2025
Updated At: Aug 08, 2025
Author: junmer
Category: MCP Server
License: MIT
Tags:
development documentation public