# Platform
Connect AI assistants and applications to LottieFiles with the hosted MCP server, GraphQL API, and developer platform tools.

To build tools and AI workflows on top of LottieFiles, start here. The Platform section covers the hosted MCP server for AI assistants today, with GraphQL and REST API documentation coming next.

<Grid columns={{ sm: 1, md: 2 }} gap="lg">
  <Card title="LottieFiles MCP" subtitle="Remote MCP server" icon="ph:atom-duotone" href="/en/platform/mcp" variant="interactive" className="px-5 py-6" footer={<a href="/en/platform/mcp">Explore MCP docs →</a>}>
    Connect AI assistants like Claude, Cursor, and VS Code to your LottieFiles workspaces, projects, and animations
    through a hosted Model Context Protocol server.
  </Card>

  <Card title="GraphQL API" subtitle="Coming soon" icon="ph:code-duotone" className="px-5 py-6">
    Query and manage your LottieFiles data programmatically with GraphQL. Full API documentation is on its way — until
    then, the MCP server can explore the schema for you.
  </Card>
</Grid>

## Which MCP Do I Need?

LottieFiles ships two MCP servers for different jobs:

|                  | LottieFiles MCP                                                             | Lottie Creator MCP                                               |
| :--------------- | :-------------------------------------------------------------------------- | :--------------------------------------------------------------- |
| **What it does** | Works with your LottieFiles account data — workspaces, projects, animations | Builds and edits animations inside Lottie Creator                |
| **How it runs**  | Remote, hosted at `mcp.lottiefiles.com`                                     | Local npm package that bridges to a Creator browser tab          |
| **Sign-in**      | OAuth with your LottieFiles account                                         | Enabled from Lottie Creator                                      |
| **Docs**         | [LottieFiles MCP](/en/platform/mcp)                                         | [Lottie Creator MCP](/en/creator/13_ai-tools/lottie-creator-mcp) |

Use both together for an assistant that creates animations in Creator _and_ organizes them in your workspace.
