MCP Catalogs
Home

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
Score4277
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit10 mo agothis 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-server

Configuration (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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.