reactbits-mcp-server
by ceorkm·★ 46·Score 42
MCP server providing AI assistants with access to 135+ animated React components from ReactBits.dev.
Overview
The ReactBits MCP Server allows AI assistants to browse, search, and retrieve source code for React components including animations, backgrounds, buttons, cards, and text effects. It features both CSS and Tailwind styling options with built-in caching for optimal performance. The server exposes tools for listing components, retrieving specific components, searching, and getting demo code examples.
Try asking AI
After installing, here are 3 things you can ask your AI assistant:
When to choose this
Choose this server when you're working on React projects and need AI assistance with finding and implementing animated components from ReactBits.dev.
When NOT to choose this
Don't choose this if you need button, form, or loader components as they're incomplete, or if you're not working with React/JavaScript projects.
Tools this server exposes
5 tools extracted from the READMElist_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
Comparable tools
Installation
Installation
# Install globally
npm install -g reactbits-dev-mcp-server
# Or run directly with npx (no installation required)
npx reactbits-dev-mcp-server
# Or install as a dependency
npm install reactbits-dev-mcp-serverConfiguration (Claude Desktop)
Add to your Claude Desktop configuration:
{
"mcpServers": {
"reactbits": {
"command": "npx",
"args": ["reactbits-dev-mcp-server"],
"env": {
"GITHUB_TOKEN": "your_github_token_here"
}
}
}
}Compare reactbits-mcp-server with
Last updated · Auto-generated from public README + GitHub signals.