by junmer
Search and retrieve Lottie animations through MCP endpoints for keyword queries, detailed animation data, and popular animation listings.
Provides a Model Context Protocol (MCP) server that enables clients to search Lottie animations, fetch detailed information for a specific animation, and list currently popular animations.
npx -y smithery install mcp-server-lottiefiles --client claude
Or manually:
npm install
npm start
Q: Do I need an API key? A: The repository does not mention any required API keys; the server accesses LottieFiles publicly.
Q: Can I customize the search parameters?
A: Yes, the query
, page
, and limit
parameters are configurable per request.
Q: How do I contribute?
A: Fork the repository, make changes, and submit a pull request. The project uses a standard npm build process (npm run build
).
A Model Context Protocol (MCP) server for searching and retrieving Lottie animations from LottieFiles.
To install LottieFiles Server for Claude Desktop automatically via Smithery:
npx -y smithery install mcp-server-lottiefiles --client claude
npm install
npm start
Search for Lottie animations by keywords.
Parameters:
query
: Search keywordspage
: Page number (optional, default: 1)limit
: Items per page (optional, default: 20)Get detailed information about a specific Lottie animation.
Parameters:
id
: Unique identifier of the animationGet a list of currently popular Lottie animations.
Parameters:
page
: Page number (optional, default: 1)limit
: Items per page (optional, default: 20)# Build
npm run build
MIT
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "lottiefiles": { "command": "npx", "args": [ "-y", "smithery", "install", "mcp-server-lottiefiles", "--client", "claude" ], "env": {} } } }
Explore related MCPs that share similar capabilities and solve comparable challenges
by exa-labs
Provides real-time web search capabilities to AI assistants via a Model Context Protocol server, enabling safe and controlled access to the Exa AI Search API.
by elastic
Enables natural‑language interaction with Elasticsearch indices via the Model Context Protocol, exposing tools for listing indices, fetching mappings, performing searches, running ES|QL queries, and retrieving shard information.
by graphlit
Enables integration between MCP clients and the Graphlit platform, providing ingestion, extraction, retrieval, and RAG capabilities across a wide range of data sources and connectors.
by mamertofabian
Fast cross‑platform file searching leveraging the Everything SDK on Windows, Spotlight on macOS, and locate/plocate on Linux.
by cr7258
Provides Elasticsearch and OpenSearch interaction via Model Context Protocol, enabling document search, index management, cluster monitoring, and alias operations.
by liuyoshio
Provides natural‑language search and recommendation for Model Context Protocol servers, delivering rich metadata and real‑time updates.
by ihor-sokoliuk
Provides web search capabilities via the SearXNG API, exposing them through an MCP server for seamless integration with AI agents and tools.
by fatwang2
Provides web and news search, URL crawling, sitemap extraction, deep‑reasoning, and trending topic retrieval via Search1API, exposed as an MCP server for integration with AI clients.
by cnych
Provides SEO data retrieval via Ahrefs, exposing MCP tools for backlink analysis, keyword generation, traffic estimation, and keyword difficulty, with automated CAPTCHA solving and response caching.