LottieFiles Server

Search and retrieve Lottie animations effortlessly. Access detailed information about specific animations and discover popular animations with ease. Enhance your projects with dynamic animations from LottieFiles.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install junmer/mcp-server-lottiefiles -c claude

This command will automatically install and configure the LottieFiles Server MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "LottieFiles Server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-lottiefiles"
      ],
      "env": {}
    }
  }
}

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 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

License

MIT

Share:
Details:
  • Stars


    1
  • Forks


    2
  • Last commit


    2 months ago
  • Repository age


    3 months
  • License


    MIT
View Repository

Auto-fetched from GitHub .

MCP servers similar to LottieFiles Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


LottieFiles Server: MCP Server – MCP.Bar