mcpbeat Sign in

MotionLint MCP Server

local only

MotionLint runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 27 Jul 2026.

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

Installs per day peak 178 · avg 14 · +1654% w/w
a month agotoday
43
Installs / week
npm · motionlint
0
Stars
0 open issues
27 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node -e "console.error('\n  [motionlint] One more step: install Playwright Chromium so capture works:\n    npx playwright install chromium\n')"
Runs an external command src/cli/commands.ts:323
    spawn(opener, [outPath], { detached: true, stdio: "ignore" }).unref();
Executes code built at runtime src/capture/dom.ts:53
  const wrapped = new Function(`var __name = (f) => f; return (${src})();`) as () => DomSnapshot;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add motionlint -- npx -y motionlint
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "motionlint": {
      "args": [
        "-y",
        "motionlint"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.motionlint]
command = "npx"
args = ["-y", "motionlint"]
.cursor/mcp.json
{
  "mcpServers": {
    "motionlint": {
      "args": [
        "-y",
        "motionlint"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "motionlint": {
      "args": [
        "-y",
        "motionlint"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (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 (OpenAI API key for vision-LLM review. Optional.), GOOGLE_API_KEY (Google API key for vision-LLM review. Optional.), OPENAI_BASE_URL (Override the OpenAI base URL to target an OpenAI-compatible endpoint. Optional.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MotionLint

same job, measured the same way
Norma by Quality Clouds
by qualityclouds

Deterministic AI code review, with an audit record. Governance inside the agent loop.

answering
Compliance Batch Alignment
by bonissystems

Check whether a NAICS code aligns with a vertical: a routing-for-review signal, not a determination.

1 tools answering
Regressguard
by bharath-code

Deterministic API regression checks for AI agents: snapshot a baseline, catch broken contracts.

local only
uxlint
by uxlint-net

Audit a site's UX the way a design-literate reviewer would, with a concrete fix for every finding.

594 installs/wk local only
Hookwarden — Webhook Integrity
by hookwarden

Webhook signature-verification audit. Stripe, GitHub, Shopify, Twilio +17. Local. Deterministic.

76 installs/wk local only
PineForge — offline PineScript v6 backtest MCP
by pineforge-4pass

Offline PineScript v6 → C++ backtests at deterministic TradingView parity, run locally via MCP.

local only
Shippp
by shippp

Deterministic Chakra UI code from your Shippp design files, straight into your IDE agent.

43 installs/wk local only
AsDecided
by asdecided

Read-only access to deterministic engineering decisions stored in a local repository.

local only

MotionLint — questions

Answers built from our own checks of this server.

Why is there no uptime for MotionLint?
MotionLint runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package motionlint was installed 43 times last week.
How do I connect MotionLint?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls motionlint straight from npm; nothing to host, nothing to sign up for.
How many people use MotionLint?
The npm package motionlint was installed 43 times in the last week. Week over week that is +1654%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MotionLint open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.