HomeDesign & Media › MotionLint

MotionLint

Catch bad animations before they ship. Deterministic motion audit + vision-LLM design review.

TypeScript Local macOSWindowsLinux
★ 0 stars Last pushed 2026-07-27 License: MIT

Topics: Architecture & Design

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "motionlint": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<YOUR_VALUE>",
        "OPENAI_API_KEY": "<YOUR_VALUE>",
        "GOOGLE_API_KEY": "<YOUR_VALUE>",
        "OPENAI_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • ANTHROPIC_API_KEY secret — Anthropic API key for vision-LLM review. Optional — the deterministic audit needs no key, and Ollama, OpenAI or Google can be used instead.
  • OPENAI_API_KEY secret — OpenAI API key for vision-LLM review. Optional.
  • GOOGLE_API_KEY secret — Google API key for vision-LLM review. Optional.
  • OPENAI_BASE_URL — Override the OpenAI base URL to target an OpenAI-compatible endpoint. Optional.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry