reactbits-mcp-server
by ceorkm·★ 46·综合分 42
MCP 服务器为 AI 助手提供对 ReactBits.dev 上的 135+ 个动画 React 组件的访问权限。
developer-toolsai-llmproductivity
17
Forks
1
活跃 Issue
10 个月前
最近提交
2 天前
收录于
概述
ReactBits MCP 服务器允许 AI 助手浏览、搜索和检索 React 组件的源代码,包括动画、背景、按钮、卡片和文本效果。它提供 CSS 和 Tailwind 样式选项,并内置缓存以实现最佳性能。该服务器提供了列出组件、检索特定组件、搜索和获取演示代码示例的工具。
试试问 AI
装完之后,这里有 3 个你可以让 AI 做的事:
你:AI 助手为 Web 开发生成带动画的 React 代码
你:设计师寻找带实时预览的 UI 组件灵感
你:开发者需要复杂动画的快速实现示例
什么时候选它
当你在React项目中工作,需要AI帮助查找和实现ReactBits.dev的动画组件时选择此服务器。
什么时候不要选它
如果你需要按钮、表单或加载器组件(它们不完整),或者你不在React/JavaScript项目中工作,请不要选择此服务器。
此 server 暴露的工具
从 README 抽取出 5 个工具list_componentslist_components(category?, style?, limit?)List all available ReactBits components with optional filtering
get_componentget_component(name, style?)Get the source code for a specific ReactBits component
search_componentssearch_components(query, category?, limit?)Search for ReactBits components by name or description
get_component_demoget_component_demo(name)Get usage example and demo code for a ReactBits component
list_categorieslist_categories()List all available component categories
可对比工具
ui-mcp-serverreact-component-mcpframer-motion-mcp
安装
安装
# 全局安装
npm install -g reactbits-dev-mcp-server
# 或使用 npx 直接运行(无需安装)
npx reactbits-dev-mcp-server
# 或作为依赖项安装
npm install reactbits-dev-mcp-server配置 (Claude Desktop)
将以下内容添加到您的 Claude Desktop 配置中:
{
"mcpServers": {
"reactbits": {
"command": "npx",
"args": ["reactbits-dev-mcp-server"],
"env": {
"GITHUB_TOKEN": "your_github_token_here"
}
}
}
}reactbits-mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。