MCP Catalogs
Home

uk-case-law-mcp-server vs time

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

uk-case-law-mcp-server
by georgejeffers
time
by modelcontextprotocol
Stars★ 23★ 85,748
30d uses
Score4277
Official
Categories
AI / LLM ToolsKnowledge GraphDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit5 mo agothis month

uk-case-law-mcp-server · Summary

UK case law MCP server using The National Archives API to search, retrieve, and cite UK legal judgments.

time · Summary

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

uk-case-law-mcp-server · Use cases

  • Legal research to find relevant case law on specific legal topics
  • Analysis of court decisions across different jurisdictions in the UK
  • Retrieving full text of landmark judgments for detailed examination

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

uk-case-law-mcp-server · Install

Installation

Prerequisites

  • Bun runtime

Setup

# Clone the repository
git clone https://github.com/georgejeffers/uk-case-law-mcp-server.git
cd uk-case-law-mcp-server

# Install dependencies
bun install

# Run tests
bun test

# Start the server
bun start

Claude Desktop Configuration

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "uk-case-law": {
      "command": "bun",
      "args": ["run", "/path/to/uk-case-law-mcp/src/server.ts"]
    }
  }
}

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.