npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@sdvf23rvfa43f/ui-motion-mcp

v0.1.0

Published

MCP server with product-aware motion stack recommendations and UI animation recipes.

Readme

UI Motion MCP

Product-aware motion policy and animation recipes for the UI Builder agent.

This server is intentionally conservative. It helps the agent choose when to use rich motion and when to avoid unnecessary dependencies. Landing pages can receive premium motion guidance; dashboards, admin panels, CRMs, docs, and dense tools receive strict motion limits.

Tools

  • recommend_motion_stack
  • get_product_motion_policy
  • list_motion_patterns
  • get_motion_recipe
  • get_landing_motion_blueprint
  • get_dashboard_motion_limits
  • get_reduced_motion_rules
  • get_package_dependencies

Covered Stacks

  • Motion (motion)
  • Animated component patterns from Motion Primitives and Magic UI
  • Lenis smooth scroll
  • GSAP timeline guidance, with license caution
  • Three.js and React Three Fiber
  • dotLottie Web / React player
  • Anime.js

Run Locally

npm install
npm start

LiteLLM Gateway

Register this as a stdio MCP server. Recommended server name:

ui_motion_mcp

mcp_servers:
  ui_motion_mcp:
    command: "npx"
    args:
      - "-y"
      - "@sdvf23rvfa43f/[email protected]"
    transport: "stdio"
    description: "Product-aware motion stack policy and animation recipes for UI Builder"

If you use a different server name, set LITELLM_MOTION_MCP_SERVER.

Verify LiteLLM Registration

npm run verify:litellm

The verification script only checks server health and tool names. It does not print credential values.

Register With LiteLLM

After the package is published to npm, set a management key in your shell and run:

export LITELLM_MANAGEMENT_API_KEY="..."
npm run register:litellm
npm run verify:litellm

The registration helper uses POST /v1/mcp/server for a new server and PUT /v1/mcp/server when ui_motion_mcp already exists.