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

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add junmer/mcp-server-lottiefiles

# Browse available tools
npx -y smithery tool list junmer/mcp-server-lottiefiles

# Get full schema for a tool
npx -y smithery tool get junmer/mcp-server-lottiefiles search_animations

# Call a tool
npx -y smithery tool call junmer/mcp-server-lottiefiles search_animations '{}'
```

## Tools (3)

- `search_animations` — Search for Lottie animations by keywords, tags, and other criteria. Supports pagination.
- `get_animation_details` — Get detailed information about a specific Lottie animation, including animation data, preview images, and tags.
- `get_popular_animations` — Get a list of currently popular Lottie animations.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get junmer/mcp-server-lottiefiles <tool-name>
```

## Resources

- `lottiefiles://resources/popular` — Popular Lottie animations

## Prompts (2)

- `search_animations` — Search for Lottie animations
- `get_popular_animations` — Get popular Lottie animations

---

License: MIT
