MCP Connector

Search and retrieve Lottie animations

Search and retrieve Lottie animations from LottieFiles with this MCP server. Get animation details and popular lists.

Works with lottiefilesgithub

Maintainer of this project? Claim this page to edit the listing.


72
Spark score
out of 100
Updated Apr 2025
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

Install

Add it to your toolbox

Run in your project directory:

curl -fsSL https://spark.entire.vc/get/vb-lottiefiles | bash

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

This MCP server enables searching and retrieving Lottie animations from LottieFiles, providing details and popular lists. Use this server when you need to integrate Lottie animation search and retrieval capabilities into your applications.

What it does

This Model Context Protocol (MCP) server allows searching and retrieving Lottie animations from LottieFiles. It provides features to search Lottie animations, get animation details, and retrieve a list of popular animations.

You can install this server automatically via Smithery:

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

Or manually with:

npm install

Then start the server with npm start and connect using an MCP client.

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.