Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

LottieFiles Server

БесплатноНе проверен

Search and discover Lottie animations through MCP tools, deployed on Cloudflare Workers.

GitHubEmbed

Описание

Search and discover Lottie animations through MCP tools, deployed on Cloudflare Workers.

README

A remote MCP (Model Context Protocol) server that provides access to the LottieFiles API, deployed on Cloudflare Workers.

Features

Search and discover Lottie animations through these MCP tools:

Tool Description
search_animations Search for animations by keywords, tags, and other criteria
get_animation_details Get detailed info about a specific animation
get_popular_animations Get currently trending animations
search_animations_by_user Find animations by a specific creator

Getting Started

Local Development

npm install
npm run dev

The server will be available at http://localhost:8787

Deploy to Cloudflare

npm run deploy

This will deploy your MCP server to: mcp-server-lottiefiles.<your-account>.workers.dev

Endpoints

Endpoint Transport Description
/sse SSE Server-Sent Events transport
/mcp HTTP HTTP transport

Connecting MCP Clients

Cloudflare AI Playground

  1. Go to https://playground.ai.cloudflare.com/
  2. Enter your MCP server URL: mcp-server-lottiefiles.<your-account>.workers.dev/sse
  3. Start using the LottieFiles tools!

Claude Desktop

Add this to your Claude Desktop config (Settings > Developer > Edit Config):

{
  "mcpServers": {
    "lottiefiles": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:8787/sse"
      ]
    }
  }
}

For production, replace http://localhost:8787/sse with your deployed URL.

Claude Code

claude mcp add lottiefiles-remote --transport sse http://localhost:8787/sse

Tool Usage Examples

Search Animations

{
  "tool": "search_animations",
  "arguments": {
    "query": "loading spinner",
    "limit": 10
  }
}

Get Animation Details

{
  "tool": "get_animation_details",
  "arguments": {
    "id": "animation-id-here"
  }
}

Get Popular Animations

{
  "tool": "get_popular_animations",
  "arguments": {
    "limit": 20
  }
}

Project Structure

src/
  index.ts           # MCP server entry point with tool definitions
  types.ts           # TypeScript interfaces
  api/
    LottieApiClient.ts  # LottieFiles API client

License

MIT

from github.com/lemosjs/lottiefiles-mcp-worker

Установка LottieFiles Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/lemosjs/lottiefiles-mcp-worker

FAQ

LottieFiles Server MCP бесплатный?

Да, LottieFiles Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для LottieFiles Server?

Нет, LottieFiles Server работает без API-ключей и переменных окружения.

LottieFiles Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить LottieFiles Server в Claude Desktop, Claude Code или Cursor?

Открой LottieFiles Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare LottieFiles Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development