MCP Catalogs
首页

mcp-dbutils vs time

并排对比,帮你在这两个 MCP server 之间做选择。

mcp-dbutils
by donghao1393
time
by modelcontextprotocol
Stars★ 88★ 85,748
30天用量
综合分4177
官方
分类
数据库开发者工具安全
效率工具开发者工具沟通协作
实现语言PythonTypeScript
最近提交12 个月前本月

mcp-dbutils · 概述

mcp-dbutils 是一个安全的 MCP 服务器,让 AI 能够以只读方式分析多种数据库的数据。

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

mcp-dbutils · 使用场景

  • 跨多种数据库类型的 AI 驱动数据分析
  • 企业环境中的安全数据库交互
  • 自动化数据库探索和架构分析

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

mcp-dbutils · 安装

安装

使用 Smithery(推荐)

smithery install @donghao1393/mcp-dbutils

使用 uvx

uvx mcp-dbutils

使用 Docker

docker run -it donghao1393/mcp-dbutils

Claude Desktop 配置

添加到您的 Claude Desktop 配置中:

{
  "mcpServers": {
    "dbutils": {
      "command": "mcp-dbutils",
      "args": []
    }
  }
}

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"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。