auto-animate (MCP Server)

GitHub

A zero-config, drop-in animation utility that adds smooth transitions to your web app. You can use it with React, Vue, or any other JavaScript application.

Claude Desktop Configuration

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

{
  "mcpServers": {
    "auto-animate": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-auto-animate"
      ]
    }
  }
}