{
  "markdown": "# 60fps\n\nDescribe the motion you want. Get back a real iOS clip that does it, and a SwiftUI file that\nrecreates it.\n\nThe library holds 2,000+ interaction clips from apps that shipped. Each one comes with a written\nbreakdown of its motion: the start state, the transition, the end state, and the timing and easing\nbehind it. Use it instead of guessing numbers.\n\n## What you get\n\n| Tool | What it does |\n|---|---|\n| `60fps_search_shots` | Semantic search. Describe the motion, not keywords. |\n| `60fps_get_shot` | One shot in full, with keyframes. |\n| `60fps_get_motion_breakdown` | Start, transition, end, plus timing and easing. |\n| `60fps_get_motion_code` | A self-contained SwiftUI file for that shot. |\n| `60fps_get_related_shots` | For when the first pick is close but not right. |\n\nThere is also a `motion-reference` skill. It tells the agent when to use the library and when to\nleave it alone.\n\n## Install\n\nThe server is hosted, so there is nothing to run locally. Signing in opens OAuth in your browser.\n\n- **Cursor**: install from the marketplace, or from the Customize panel.\n- **Grok Build**: install from the plugin marketplace.\n- **Claude Code**: add this repo as a marketplace, then install the plugin.\n\n  ```\n  /plugin marketplace add 60fps-Design/plugin\n  /plugin install 60fps@60fps-design\n  ```\n\n  Or skip the plugin and add only the server:\n  `claude mcp add --transport http 60fps https://mcp.60fps.design/mcp`\n- **Anything else that speaks MCP**: point it at `https://mcp.60fps.design/mcp` over streamable\n  HTTP. See [mcp.json](mcp.json).\n\nYou need a [60fps PRO](https://60fps.design/pro) licence. Without one the tools connect but return a\n401. That is intended, not a fault.\n\n## Use it with Xcode\n\nXcode 26.3 and later ship their own MCP server, so an agent can drive the build system, the\nSimulator, Previews and the debugger. Point that agent at 60fps at the same time and the loop closes:\nit finds a real interaction, reads the motion breakdown, writes the SwiftUI, builds it, and looks at\nthe result.\n\nXcode launches the agent for you, with its own tools already wired in:\n\n```bash\nxcrun mcpbridge run-agent claude\n```\n\nAnything you have installed in that agent comes along, so with this plugin the session has both\ntoolsets. A prompt like \"find how Threads does pull to refresh, then build it in this project and\nshow me the Preview\" is one agent turn rather than three tools and a copy and paste.\n\n`xcrun mcpbridge --help` lists the rest, including `--no-xcode-tools` to leave Xcode's tools out and\n`run-agent skills export` to dump the skills Xcode ships. The bridge needs Xcode open on a project,\nand agent access enabled in Xcode's settings, before it will hand anything over.\n\n## What it covers\n\niOS only, and motion only.\n\nIt will not help with Android, Material, Flutter, React Native or web. It will not design icons,\npalettes, logos or brands. It has nothing to do with frame-rate profiling, which shares the name and\nnothing else. The skill tells the agent to answer those directly instead of searching.\n\nSearch always returns something, because it ranks the whole library by closeness. Judge the results\non their merits, not on how many were searched.\n\n## About the code\n\nEach file is standalone. Paste it into Xcode and run it.\n\nIt carries none of the original app's words, colours, branding or assets, by design. Restyle it to\nyour own design system. The motion is the part worth keeping.\n\n## Links\n\n- [60fps.design/mcp](https://60fps.design/mcp)\n- [Privacy](https://60fps.design/privacy) and [Terms](https://60fps.design/terms)\n\n`mcp.60fps.design` sets no cookies and runs no analytics. It makes exactly one outbound third-party\nrequest, for storyboard frames from Framer's image CDN, and sends nothing about the caller.\n\n## Licence\n\nMIT, for this repository only: the manifests, the skill text and the logo.\n\nIt does not license the 60fps library, the hosted service, or the clips and code they return. Those\nstay under the [terms](https://60fps.design/terms).\n",
  "bytes": 4004,
  "sha": "d47b1da6b143d793378b933be5bef0c7a07a5f76677cc99448b9f415de382958",
  "repo_slug": "60fps-design/plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_design_60fps_library_795210aa/readme"
}