MotionLint for Windsurf
io.github.bobaba99/motionlint
Catch bad animations before they ship. Deterministic motion audit + vision-LLM design review.
client:Windsurf
transport:stdio
runtime:npm
Install MotionLint in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs