MCP Catalogs
Home

webmcp-react vs time

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

webmcp-react
by MCPCat
time
by modelcontextprotocol
Stars★ 24★ 85,748
30d uses
Score4377
Official
Categories
Developer ToolsAI / LLM ToolsBrowser Automation
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit2 mo agothis month

webmcp-react · Summary

React hooks for exposing app functionality as WebMCP tools with type safety and SSR support.

time · Summary

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

webmcp-react · Use cases

  • Building React applications with AI-interactible tools
  • Creating WebMCP-enabled web experiences for AI agents
  • Developing AI-powered applications with real-time tool execution

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

webmcp-react · Install

npm install webmcp-react zod

For Claude Desktop integration:

{
  "mcpServers": {
    "webmcp": {
      "command": "npx",
      "args": ["webmcp-bridge"]
    }
  }
}

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.