LottieFiles MCP

Connect AI assistants to LottieFiles with the hosted MCP server — search your workspaces, manage animations, and run GraphQL with natural language.

To let an AI assistant work with your LottieFiles account, connect it to the LottieFiles MCP server. It's a remote, hosted Model Context Protocol server — you don't install anything or manage API keys. Point your client at the endpoint, sign in with your LottieFiles account, and your assistant can search, organize, and update your workspaces, projects, and animations.

https://mcp.lottiefiles.com/mcp

What You Can Do

  • Explore your workspace — "List the projects in my workspace and the animations in each."

  • Find and organize animations — "Find every animation tagged 'onboarding' and summarize them."

  • Make changes conversationally — "Rename the draft animations in Project X to match our naming convention."

  • Build against the GraphQL API — the server exposes the full LottieFiles GraphQL schema, so your assistant can discover operations and draft working queries for your own integrations.

Quickstart

1
Add the server to your client

For Claude Code, run:

claude mcp add --transport http lottiefiles https://mcp.lottiefiles.com/mcp

Using a different client? See Connect Your Client for Claude Desktop, Cursor, VS Code, Windsurf, Zed, and more.

2
Sign in with LottieFiles

On the first request, your client opens a browser window to authorize with your LottieFiles account. Approve the consent screen and you're connected.

3
Start prompting

Ask your assistant something like "What's in my LottieFiles workspace?" — it discovers the right operations and runs them for you.

How It Works

Instead of exposing hundreds of narrow tools, the server provides a compact GraphQL workbench — four tools your assistant chains together:

  1. operations_list — browse the available GraphQL operations

  2. schema_search — search operations, types, and fields

  3. schema_details — inspect one operation or type in full

  4. graphql_execute — run the query or mutation

Your assistant discovers what's possible, drafts a precise GraphQL document, and executes it — the same workflow an engineer follows, automated. See Tools and Workflow for the full reference.

Looking for the Creator MCP?

The Lottie Creator MCP is a separate, local MCP server that builds and edits animations inside Lottie Creator. The LottieFiles MCP works with your account and workspace data. Compare the two.

Next Steps

Connect Your Client

Set up Claude, Cursor, VS Code, Windsurf, Zed, and other MCP clients.

Tools and Workflow

Learn the four workbench tools, resources, prompts, and example usage.

Auth, Security, and FAQ

Understand OAuth sign-in, revoke access, and troubleshoot issues.

Last updated: July 21, 2026 at 1:02 PMEdit this page