MCP Catalogs
Home

time vs css-noop-checker

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
css-noop-checker
by purupurupu
Stars★ 85,748★ 25
30d uses
Score7744
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsBrowser Automation
LanguageTypeScriptTypeScript
Last committhis month2 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

css-noop-checker · Summary

Chrome DevTools extension with MCP server for detecting CSS properties with no effect on elements.

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

css-noop-checker · Use cases

  • AI assistants helping developers identify and fix ineffective CSS code
  • Automated code review tools detecting CSS anti-patterns
  • Educational tools for learning which CSS properties work in which contexts

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"]
    }
  }
}

css-noop-checker · Install

Install the Chrome Extension:

  1. Open chrome://extensions and enable Developer mode
  2. Click **Load unpacked** and select the dist/ directory
  3. Open DevTools on any page → **Elements** tab → **CSS Noop** sidebar pane

Install the MCP server:

{
  "mcpServers": {
    "css-noop-checker": {
      "command": "npx",
      "args": ["css-noop-checker"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.