reactbits-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
reactbits-mcp-server by ceorkm | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 46 | ★ 85,748 |
| 30d uses | — | — |
| Score | 42 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 10 mo ago | this month |
reactbits-mcp-server · Summary
MCP server providing AI assistants with access to 135+ animated React components from ReactBits.dev.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
reactbits-mcp-server · Use cases
- AI assistants generating React code with animated components for web development
- Designers looking for UI component inspiration with live previews
- Developers needing quick implementation examples of complex animations
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
reactbits-mcp-server · Install
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"
}
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}