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/mcpWhat 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
For Claude Code, run:
claude mcp add --transport http lottiefiles https://mcp.lottiefiles.com/mcpUsing a different client? See Connect Your Client for Claude Desktop, Cursor, VS Code, Windsurf, Zed, and more.
On the first request, your client opens a browser window to authorize with your LottieFiles account. Approve the consent screen and you're connected.
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:
operations_list— browse the available GraphQL operationsschema_search— search operations, types, and fieldsschema_details— inspect one operation or type in fullgraphql_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.
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.