MotionLint for Cursor
io.github.bobaba99/motionlint
Catch bad animations before they ship. Deterministic motion audit + vision-LLM design review.
client:Cursor
transport:stdio
runtime:npm
Install MotionLint in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"motionlint": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs