← Browse

@abhishekrajpurohit/motion-dev-mcp

B

MCP server package motion-dev-mcp

mcp_servermcp

Install

agr install @abhishekrajpurohit/motion-dev-mcp --target claude

This artifact does not publish files for Claude.

Document

{ "name": "motion-dev-mcp", "version": "1.0.0", "description": "A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to Motion.dev animation library documentation, code examples, and best practices. This server enables LLMs to generate Motion animations for React, JavaScript, and Vue with proper documentation backing.", "main": "dist/index.js", "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc && cp src/database/schema.sql dist/database/", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "test": "jest", "test:watch": "jest --watch", "lint": "eslint src//*.ts", "lint:fix": "eslint src//.ts --fix", "format": "prettier --write src/**/.ts", "rebuild": "ts-node src/scripts/rebuild-docs.ts", "rebuild:build": "npm run build && node dist/scripts/rebuild-docs.js" }, "keywords": [ "mcp", "motion", "animation", "react", "vue", "javascript", "ai", "claude" ], "author": "Abhishek Rajpurohit abhishekrajpuohit@gmail.com", "license": "MIT", "type": "commonjs", "dependencies": { "@babel/core": "^7.28.3", "@babel/generator": "^7.28.3", "@babel/parser": "^7.28.3", "@babel/template": "^7.27.2", "@babel/traverse": "^7.28.3", "@babel/types": "^7.28.2", "@modelcontextprotocol/sdk": "^1.17.4", "@types/node": "^24.3.0", "better-sqlite3": "^11.1.2", "cheerio": "^1.1.2", "fuse.js": "^7.1.0", "node-fetch": "^3.3.2", "recast": "^0.23.11", "sql.js": "^1.8.0", "ts-node": "^10.9.2", "turndown": "^7.2.1", "typescript": "^5.9.2", "zod": "^3.25.76" }, "devDependencies": { "@types/babel__core": "^7.20.5", "@types/babel__generator": "^7.27.0", "@types/babel__parser": "^7.0.0", "@types/babel__template": "^7.4.4", "@types/babel__traverse": "^7.28.0", "@types/better-sqlite3": "^7.6.11", "@types/jest": "^30.0.0", "@types/sql.js": "^1.4.9", "@types/supertest": "^6.0.3", "@types/turndown": "^5.0.5", "@typescript-eslint/eslint-plugin": "^8.41.0", "@typescript-eslint/parser": "^8.41.0", "eslint": "^9.34.0", "jest": "^30.1.1", "prettier": "^3.6.2", "supertest": "^7.1.4", "ts-jest": "^29.4.1" } }

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicenseno SPDX license detected

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-0aba775bb07a2026-08-06