A Claude Code plugin marketplace carrying one plugin: a connection to the Motion Menu MCP server plus a skill that teaches the composition workflow. This repository is metadata only — see LICENSE.
596 motion/3D UI patterns — scroll-driven WebGL, shader passes, spring choreography — as transplantable HTML/CSS/JS an agent reads directly and drops into a page. Filed into 26 collections by page role. Served over MCP, plain HTTP, and a shadcn registry.
- Free tier: 26 patterns, no card, no expiry.
- Lifetime: $149 once — all 596 patterns, all themes, compose, publish, yours forever. No subscriptions, no seats, no renewal.
(Both figures as stated live on /store and
/connect at the time this repo was published.)
claude plugin marketplace add dev55acc-ai/motion-menu-plugin
claude plugin install motion-menu-patterns@motion-menu
The plugin connects the motion-menu MCP server
(https://motion-menu-two.vercel.app/api/mcp, streamable-http) with no API key required — the
free tier works out of the box. It also installs a skill, motion-menu-patterns:motion-menu-compose,
that teaches Claude the get_design_digest -> recommend_patterns -> validate_combination ->
compose_page -> get_pattern call order and the anti-generic design rules, so composing a page
doesn't start from a blank read of the whole catalogue.
Verify the connection:
claude mcp list
motion-menu should show as connected. Uninstall the same way any Claude Code plugin comes off:
claude plugin uninstall motion-menu-patterns@motion-menu
claude plugin marketplace remove motion-menu
The connection ships keyless — only the free tier needs no setup. To unlock the rest of the catalogue, set an environment variable before starting Claude Code:
export MOTION_MENU_KEY="mm_live_..."
.mcp.json reads it into the connection's Authorization header automatically. See the skill's
own "Add a paid key" section for the full detail once the plugin is installed.
.claude-plugin/marketplace.json— the marketplace manifest, one entryplugins/motion-menu-patterns/.claude-plugin/plugin.json— the plugin manifestplugins/motion-menu-patterns/.mcp.json— the MCP server connection configplugins/motion-menu-patterns/skills/motion-menu-compose/SKILL.md— the composition-workflow skill, content mirrored from the live/llms.txtandget_design_digesttool output, not hand-invented
No pattern source, no compiled library modules, no internal documentation, no codenames. Kept in
sync by hand with the product's public surfaces (/llms.txt, get_design_digest) when either
changes.
- https://motion-menu-two.vercel.app — the product
- https://motion-menu-two.vercel.app/connect — every other way to connect an agent
- https://github.com/dev55acc-ai/motion-menu-mcp — the MCP server metadata mirror (
server.json) used by directories that require a public repo URL