vinance-recipes
MCP server providing access to a catalog of reusable React/Next.js component recipes (animations, charts, UI components) with usage examples, props documentation, and architecture notes, enabling AI assistants to generate production-ready code.
README
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-skills
Step 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/mcp
For Cursor, VS Code Copilot, Windsurf, and other tools:
| Tool | Setup |
|---|---|
| Cursor | Add {"mcpServers":{"vinance-recipes":{"type":"streamableHttp","url":"http://localhost:3100/mcp"}}} to .cursor/mcp.json |
| VS Code Copilot | Add {"servers":{"vinance-recipes":{"type":"http","url":"http://localhost:3100/mcp"}}} to .vscode/mcp.json |
| Windsurf | Add {"mcpServers":{"vinance-recipes":{"serverUrl":"http://localhost:3100/mcp"}}} to ~/.codeium/windsurf/mcp_config.json |
Step 3 — Start the recipe server:
npx vinance-recipes install
Step 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-skills
Your 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/folder - Each 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.git
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.md
Recipes
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 .tsx source |
Full .tsx source |
| Usage examples | — | Via getRecipe |
| Props documentation | — | Via getRecipe |
| Architecture notes | — | Via getRecipe |
Price: $89, one-time payment, lifetime access. Get it: lhj191110@163.com
After purchasing, set your API key:
export VINANCE_API_KEY=vr_live_xxxxx
Links
- GitHub: github.com/Austinnui/vinance-recipes-skills
- Contact: lhj191110@163.com
License
MIT — see LICENSE for details.
Made with ❤️ by Austinnui
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。