LottieFiles

by junmer

19 stars
293 downloads
Not rated
GitHub

About

Integrates with the LottieFiles API to enable search and retrieval of animations by keywords, popular collections, and detailed information without leaving the conversation interface.

Details

Author
junmer
Repository
junmer/mcp-server-lottiefiles
GitHub stars
19
Downloads
293
License
MIT License
Categories
Productivity, Developer Tools, Design, File Management, AI, Search, Knowledge Base, Infrastructure, Frontend, Other
Tags
#integration

- Search Lottie animations
- Get animation details
- Get popular animations list

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name LottieFiles
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 @highlight/mcp-server

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

1. Start the server:

npm start

2. Connect using an MCP client

To install LottieFiles Server for Claude Desktop automatically via Smithery:

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

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, unique identifier of the animation)

Get Popular Animations

Get a list of currently popular Lottie animations. Parameters: page (optional integer, default: 1), limit (optional integer, default: 20)

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "lottiefiles": {
            "env": {},
            "args": [
                "-y",
                "@highlight/mcp-server"
            ],
            "command": "npx"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Macos

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Windows

{
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "cmd"
}

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

2. Connect using an MCP client

API Tools

Search Animations

Search for Lottie animations by keywords.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.