Connect Your Client
Set up the LottieFiles MCP server in Claude Code, Claude Desktop, Cursor, VS Code, Windsurf, Zed, or any MCP client that supports remote servers.
To connect your MCP client to LottieFiles, register the server URL and sign in — there's nothing to install. The server is remote-only: it speaks Streamable HTTP at a single endpoint and authenticates with OAuth.
https://mcp.lottiefiles.com/mcpOn first use, your client opens a browser window where you sign in to LottieFiles and approve access. See Auth, Security, and FAQ for how the OAuth flow works and how to revoke access later.
Client Setup
Run this command in your terminal:
claude mcp add --transport http lottiefiles https://mcp.lottiefiles.com/mcpThen, inside a Claude Code session, run /mcp and select lottiefiles to complete the OAuth sign-in.
Verify the Connection
After signing in, ask your assistant:
What LottieFiles MCP tools do you have available?
You should see four tools: operations_list, schema_search, schema_details, and graphql_execute. Then try a real request:
List the projects in my LottieFiles workspace.
If the connection fails, see Troubleshooting.
Requirements
A LottieFiles account — the server acts with your permissions, scoped to what your account can access.
An MCP client that supports remote servers (Streamable HTTP) with OAuth, or Node.js 18+ if you use the
mcp-remotebridge.