open-swiftui-animations (MCP Server)

GitHub

You don't need an animation library to add a simple effect to your SwiftUI app. Create it yourself with SwiftUI. This repo inspires you to add helpful and expressive SwiftUI animations like loading/progress, looping, on-off, enter, exit, fade, spin, and background animations to your next project. The repo also contains tremendous spring animations.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "open-swiftui-animations": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-open-swiftui-animations"
      ]
    }
  }
}