uk-case-law-mcp-server vs time
并排对比,帮你在这两个 MCP server 之间做选择。
uk-case-law-mcp-server by georgejeffers | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 23 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 42 | 77 |
| 官方 | — | ✓ |
| 分类 | AI / LLM 工具知识库 / RAG开发者工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 5 个月前 | 本月 |
uk-case-law-mcp-server · 概述
使用国家档案馆API的英国判例法MCP服务器,可搜索、检索和引用英国法律裁决。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
uk-case-law-mcp-server · 使用场景
- 查找特定法律主题的相关判例法进行法律研究
- 分析英国不同管辖区的法院判决
- 检索具有里程碑意义的裁决全文进行详细审查
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
uk-case-law-mcp-server · 安装
安装
前置要求
- Bun运行时
设置步骤
# 克隆仓库
git clone https://github.com/georgejeffers/uk-case-law-mcp-server.git
cd uk-case-law-mcp-server
# 安装依赖
bun install
# 运行测试
bun test
# 启动服务器
bun startClaude桌面配置
添加到Claude桌面配置文件(macOS上为~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"uk-case-law": {
"command": "bun",
"args": ["run", "/path/to/uk-case-law-mcp/src/server.ts"]
}
}
}time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}