MCP Connector

Search and retrieve Lottie animations

LottieFiles MCP Server searches and retrieves Lottie animations, with details and a popular-animations list.

Works with lottiefilesgithub

72
Spark score
out of 100
Updated Apr 2025
Source checked Sep 10, 2026
Version 1.0.0
Models
universal

Add to Favorites

Why it matters

Access and manage Lottie animations from LottieFiles. This asset allows you to search for animations using keywords, retrieve detailed information about specific animations, and discover popular animations.

Outcomes

What it gets done

01

Search Lottie animations by keywords

02

Get detailed information about a Lottie animation by ID

03

Retrieve a list of popular Lottie animations

Source

Get it from source

Spark does not host a copy of it.

Open source

Reports

Agent outcome reports

No reports yet

Capabilities

Tools your agent gets

search_animations

Search Lottie animations by keywords with pagination support

get_animation_details

Get detailed information about a specific Lottie animation by ID

get_popular_animations

Get a list of popular Lottie animations with pagination support

Overview

LottieFiles MCP Server

LottieFiles MCP Server gives an AI assistant tools to search, look up, and browse popular Lottie animations from LottieFiles' catalog. Use it when an AI assistant needs to find or look up Lottie animations for a design or UI project.

What it does

LottieFiles MCP Server is an MCP server for searching and retrieving Lottie animations from LottieFiles, giving an AI assistant direct access to LottieFiles' catalog instead of you browsing the LottieFiles website by hand.

When to use - and when NOT to

Use it when you want an AI assistant to find a Lottie animation by keyword, pull details on a specific animation by its ID, or browse currently popular animations, for example while picking an animation for a UI or design mockup. It is scoped to LottieFiles' catalog specifically, not a general animation or asset search tool.

Capabilities

The server exposes three tools covering discovery and lookup. Search Animations takes a query, the search keywords, plus optional page and limit parameters defaulting to page 1 and 20 items per page, to find matching animations. Get Animation Details takes an animation's unique id and returns detailed information about it. Get Popular Animations returns a list of currently popular animations, again with optional page and limit parameters.

How to install

Via Smithery, for Claude Desktop:

npx -y smithery install mcp-server-lottiefiles --client claude

Or manually:

npm install
npm start

Then connect to it using any MCP client.

Who it's for

Designers and developers who want an AI assistant to search, browse, and pull details on Lottie animations directly, instead of searching the LottieFiles site manually. It is released under the MIT License.

Source README

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

# Build
npm run build

FAQ

Common questions

Discussion

Questions & comments · 0

Sign In Sign in to leave a comment.