vinance-recipes
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vinance-recipesshow me animation components"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Vinance Recipes Skills
Install once. Build React/Next.js apps with production-ready component recipes — right inside your AI coding tool.
Quick Start · Components · Directory Structure · Recipes
Quick Start
Option 1: Skills + Recipe Server (Recommended)
Step 1 — Install Vinance Recipes Skills:
npx skills add Austinnui/vinance-recipes-skillsStep 2 — Connect the recipe server so your AI can fetch recipes:
# Claude Code
claude mcp add --transport http vinance-recipes http://localhost:3100/mcp
# Gemini CLI
gemini mcp add --transport http vinance-recipes http://localhost:3100/mcpFor Cursor, VS Code Copilot, Windsurf, and other tools:
Tool | Setup |
Cursor | Add |
VS Code Copilot | Add |
Windsurf | Add |
Step 3 — Start the recipe server:
npx vinance-recipes installStep 4 — Ask your AI:
explore recipes— browse the full catalogshow me animation components— filter by categorybuild a dashboard with auth— generate a complete feature
Option 2: Local Skills (No MCP Required)
Install skills that read source files directly from this repo — works offline, no server needed:
npx skills add Austinnui/vinance-recipes-skillsYour AI can then browse skills/catalog.md and read .tsx source files directly. Try:
explore recipesadd a shimmer animationbuild a dashboard feature
Tip: If you also connect the MCP server (Option 1), your AI gets access to usage examples, props docs, and architecture notes alongside the source code.
Option 3: File Copy
Clone this repository
Copy the files you need from
src/into your project'scomponents/folderEach component in
src/animation/,src/chart/, andsrc/component/is self-contained — just copy the file andsrc/util/utils.tsif needed
git clone https://github.com/Austinnui/vinance-recipes-skills.gitRelated MCP server: metricui
Components
Animation (src/animation/)
Parallax · AnimatedCounter · AnimatedGradient · Float · ScrollReveal · Shimmer · TypewriterText · PageTransition · AnimatedDashboard*
Chart (src/chart/)
LineChart · DonutChart · GaugeChart · AreaChart · Sparkline · ActivityHeatmap · SimpleBarChart · RechartsWrapper*
Component — Display (src/component/display/)
EnhancedCard · UserAvatar · Icons · ErrorBoundary · OnboardingFlow
Component — Feedback (src/component/feedback/)
Loading · Toast
Component — Input (src/component/input/)
EnhancedButton · EnhancedInput · Modal · Drawer · FAQAccordion · Tabs · Stepper · FloatingLabelInput · LanguageSwitcher · LegalConsentModal · ProtectedRoute · DataTable* · BeforeAfterSlider*
Module (src/module/)
DashboardLayout · HeaderFooter · AuthProvider* · LocaleProvider*
Utilities (src/util/)
utils.ts — cn, formatNumber, formatCurrency, formatDate, easeOutCubic, clamp, truncate
* Pro tier — requires VINANCE_API_KEY when fetched via MCP server. Source always available locally.
Directory Structure
Austinnui/vinance-recipes-skills/
├── src/ # Component source files (.tsx / .ts)
│ ├── animation/ # Animation components
│ ├── chart/ # Chart components
│ ├── component/
│ │ ├── display/ # Display components
│ │ ├── feedback/ # Feedback components (Toast, Loading)
│ │ └── input/ # Input / interaction components
│ ├── module/ # Multi-component patterns
│ └── util/ # Shared utilities
├── skills/ # Cross-platform Skills (npx skills add)
│ ├── catalog.md # Component catalog with file paths
│ ├── build-feature/SKILL.md
│ ├── add-component/SKILL.md
│ └── explore-recipes/SKILL.md
├── plugins/
│ └── vinance-recipes/
│ ├── .mcp.json # Auto-configures recipe server (Claude Code Plugin)
│ ├── .claude-plugin/plugin.json
│ └── skills/ # Plugin-bundled skills
├── recipes/ # Recipe docs (.md) for MCP server
├── index.js # MCP server (stdio + HTTP)
├── CLAUDE.md
├── LICENSE
└── README.mdRecipes
Vinance Recipes provides free and pro recipes via Skills — each recipe includes complete TypeScript source code, usage examples, and props documentation. Your AI assistant can retrieve any recipe on demand.
Category | Count | Examples |
Animation | 9 | Parallax, Counter, Gradient, Shimmer, Typewriter |
Chart | 8 | Line, Donut, Gauge, Area, Sparkline, Heatmap |
Component | 20 | Button, Card, Modal, Toast, Tabs, Drawer, Data Table... |
Module | 4 | Dashboard Layout, Header & Footer, Auth, i18n |
45 total · 45 free · 6 Pro
Three MCP tools available: listRecipes, searchRecipes, getRecipe.
Free vs Pro
All source code is available locally under the MIT license. Pro recipes add usage examples, architecture notes, and props documentation via the MCP server.
Free | Pro | |
Source code | Full | Full |
Usage examples | — | Via |
Props documentation | — | Via |
Architecture notes | — | Via |
Price: $89, one-time payment, lifetime access. Get it: lhj191110@163.com
After purchasing, set your API key:
export VINANCE_API_KEY=vr_live_xxxxxLinks
Contact: lhj191110@163.com
License
MIT — see LICENSE for details.
Made with ❤️ by Austinnui
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceAn MCP server that enables AI to interact with the private 'my-design' React component library and design tokens for UI generation and technical support. It provides tools for component searching, API documentation retrieval, and migration guidance based on specific internal design specifications.6
- Alicense-qualityCmaintenanceMCP server for MetricUI — a React dashboard component library. Provides AI coding tools with full API references, working examples, format suggestions, prop validation, and complete dashboard scaffolding for building analytics UIs.334MIT
- AlicenseAqualityAmaintenanceMCP server for Aceternity UI components, enabling AI assistants to discover, search, install, and generate page layouts with 106 components.121MIT
- FlicenseAquality-maintenanceMCP server enabling AI agents to search, retrieve details, and compare UI components from 13 popular UI libraries.3
Related MCP Connectors
MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Austinnui/vinance-recipes-skills'
If you have feedback or need assistance with the MCP directory API, please join our Discord server