MotionLint for Claude Desktop
io.github.bobaba99/motionlint
Catch bad animations before they ship. Deterministic motion audit + vision-LLM design review.
client:Claude Desktop
transport:stdio
runtime:npm
Install MotionLint in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"motionlint": {
"command": "npx",
"args": [
"-y",
"motionlint"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>",
"GOOGLE_API_KEY": "<GOOGLE_API_KEY>",
"OPENAI_BASE_URL": "<OPENAI_BASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs