Offers CSS styling options for all ReactBits components, with filtering capabilities to specifically find CSS-styled components.
Supports integration with Framer Motion for text animations and interactive components in the ReactBits collection.
Integrates with GitHub's API to fetch component code and documentation, with optional authentication to increase request rate limits from 60 to 5,000 requests per hour.
Provides access to ReactBits.dev components - a collection of 135+ animated React components that can be searched, browsed, and implemented in projects with both CSS and Tailwind styling options.
Provides access to Three.js/React Three Fiber components for 3D backgrounds and effects from the ReactBits collection.
ReactBits MCP Server
A Model Context Protocol (MCP) server that provides AI assistants with access to ReactBits.dev components - a collection of 135+ animated React components for creative developers.
⚠️ Important Note: Some ReactBits components (buttons, forms, loaders) currently have incomplete implementations. See Component Quality Status below.
Features
- 🎨 Component Discovery: Browse and search through all ReactBits components
- 🔍 Smart Search: Find components by name, category, or description
- 💅 Style Options: Access both CSS and Tailwind versions of components
- 📁 Category Navigation: Filter components by categories (animations, backgrounds, buttons, etc.)
- 🚀 Fast Performance: Built-in caching for optimal response times
- 📝 Demo Generation: Get usage examples and demo code for any component
Installation
From Source
Configuration
Claude Desktop
Add to your Claude Desktop configuration:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
VS Code (with Continue extension)
Add to your VS Code settings:
Cursor
Add to your Cursor settings or .cursorrules
:
Quick Start
Available Tools
list_components
List all available ReactBits components with optional filtering.
Parameters:
category
(optional): Filter by category (e.g., "animations", "backgrounds", "buttons")style
(optional): Filter by styling method ("css", "tailwind", "default")limit
(optional): Maximum number of components to return
Example:
get_component
Get the source code for a specific ReactBits component.
Parameters:
name
(required): Name of the component (e.g., "splash-cursor", "pixel-card")style
(optional): Preferred styling method ("css", "tailwind", "default")
Example:
search_components
Search for ReactBits components by name or description.
Parameters:
query
(required): Search querycategory
(optional): Filter by categorylimit
(optional): Maximum number of results
Example:
get_component_demo
Get usage example and demo code for a ReactBits component.
Parameters:
name
(required): Name of the component
Example:
list_categories
List all available component categories.
Example:
Usage Examples
With AI Assistants
Once configured, you can ask your AI assistant questions like:
- "Show me all the background animation components from ReactBits"
- "I need a glowing button component - what's available?"
- "How do I implement the particle background effect?"
- "Find all text animation components that support Tailwind"
- "Show me the code for the glass morphism card component"
Component Categories
ReactBits components are organized into the following categories:
- Animations: Dynamic cursor effects and interactive animations
- Backgrounds: Animated and static background patterns
- Buttons: Interactive button components with various effects
- Cards: Card components with hover effects and animations
- Text Animations: Animated text effects and reveals
- Components: General UI components and layouts
- Navigation: Navigation menus and interfaces
Development
Project Structure
Building
Testing
GitHub API Token (Optional but Recommended)
The server can work without a GitHub token but will be limited to 60 requests per hour. With a token, you get up to 5,000 requests per hour.
Setting up a GitHub Token
- Create a GitHub personal access token at https://github.com/settings/tokens
- Click "Generate new token (classic)"
- No special scopes needed (public repository access only)
- Copy the generated token
- Set it as an environment variable:
⚠️ Security Note: Never commit your GitHub token to version control. Always use environment variables.
Component Quality Status
Based on comprehensive testing, here's the current quality status of ReactBits components:
✅ Excellent Quality (9.0-10/10)
- Backgrounds (9.8/10): Aurora, Beams, Particles, etc. - Production-ready WebGL effects
- Animations (9.5/10): BlobCursor, SplashCursor, Magnet, etc. - Professional animations
- Text Animations (9.0/10): BlurText, CountUp, CircularText, etc. - Complete Framer Motion
⚠️ Incomplete Components (2.0/10)
- Buttons: All 8 button components return placeholder code
- Forms: All 3 form components are incomplete
- Loaders: All 9 loader components are incomplete
📦 Dependencies
The MCP server now includes dependency information for each component:
framer-motion
: Text animations and interactive componentsgsap
: Cursor animations and advanced interactionsthree.js
/@react-three/fiber
: 3D backgrounds and effectsogl
: WebGL rendering (Aurora component)
Contributing
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- ReactBits.dev for the amazing component collection
- Anthropic for the Model Context Protocol specification
- The MCP community for inspiration and examples
Support
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A Model Context Protocol server that provides AI assistants with access to ReactBits.dev components - a collection of 135+ animated React components for creative developers.
- Features
- Installation
- Configuration
- Quick Start
- Available Tools
- Usage Examples
- Development
- GitHub API Token (Optional but Recommended)
- Component Quality Status
- Contributing
- License
- Acknowledgments
- Support
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that provides read-only access to Bybit's cryptocurrency exchange API, allowing users to query real-time cryptocurrency data using natural language.Last updated -9512TypeScriptMIT License
- AsecurityAlicenseAqualityAn official AI Model Context Protocol server that enables AI assistants to interact with Dart project management by creating/managing tasks and documents through prompts and tools.Last updated -15978107TypeScriptMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI agents to generate, fetch, and manage UI components through natural language interactions.Last updated -34314TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Bitbucket repositories, pull requests, and other resources through Bitbucket Cloud and Server APIs.Last updated -31129JavaScriptMIT License