Home › Design & Media › MotionLint
MotionLint
Catch bad animations before they ship. Deterministic motion audit + vision-LLM design review.
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 motionlint@0.2.1
Or add to your MCP client config:
{
"mcpServers": {
"motionlint": {
"command": "npx",
"args": [
"-y",
"motionlint@0.2.1"
],
"env": {
"ANTHROPIC_API_KEY": "<YOUR_VALUE>",
"OPENAI_API_KEY": "<YOUR_VALUE>",
"GOOGLE_API_KEY": "<YOUR_VALUE>",
"OPENAI_BASE_URL": "<YOUR_VALUE>"
}
}
}
}
ANTHROPIC_API_KEYsecret — 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_KEYsecret — OpenAI API key for vision-LLM review. Optional.GOOGLE_API_KEYsecret — 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
figwright
Bidirectional Figma server over a local WebSocket relay: turn a selection into framework-aware code (reusing your components and tokens),…
Network Sketcher (Local MCP)
AI-native MCP server to design and manage Cisco network diagrams (L1/L2/L3, PPT/SVG) from LLMs.
Excalidraw Architect
Generate beautiful Excalidraw architecture diagrams with auto-layout and component styling
OpenTakeoff
Construction takeoff for AI agents: load plans, set scale, measure, count, export with provenance.
posecode
Author, ROM-validate, and render 3D human movement (.posecode) with a shareable playground link.
mermaid-mcp
AI-powered Mermaid diagram generation with 22+ diagram types including flowcharts, sequence diagrams, class diagrams, ER diagrams,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry