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 | — | — |
| Score | 42 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsKnowledge GraphDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 5 mo ago | this 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 startClaude 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"]
}
}
}