https://github.com/junmer/mcp-server-lottiefiles
https://github.com/junmer/mcp-server-lottiefiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/junmer/mcp-server-lottiefiles
- Owner: junmer
- License: mit
- Created: 2025-03-18T17:05:08.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T09:36:22.000Z (3 months ago)
- Last Synced: 2025-03-19T10:35:18.382Z (3 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- mcp-index - LottieFiles Server - Search and retrieve Lottie animations from LottieFiles, access detailed animation information, and discover popular animations for projects. (Content Creation)
README
# LottieFiles MCP Server
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
```bash
npm install
```## Usage
1. Start the server:
```bash
npm start
```2. 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
```bash
# Build
npm run build
```## License
MIT