Home › Development › MotionSpec — verified web motion (reduced-motion / WCAG)

MotionSpec — verified web motion (reduced-motion / WCAG)

Deterministic motion compiler + validator: reports WCAG 2.2.2 pause-path candidates, fail-closed.

TypeScript CloudLocal Remote
★ 0 stars Last pushed 2026-09-23 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.motionspec.dev/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http motionspec https://api.motionspec.dev/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "motionspec": {
      "url": "https://api.motionspec.dev/mcp"
    }
  }
}

Package (npm 1.2.7)

npx -y motionspec@1.2.7

Or add to your MCP client config:

{
  "mcpServers": {
    "motionspec": {
      "command": "npx",
      "args": [
        "-y",
        "motionspec@1.2.7"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry