MCP Catalogs
首页

nocodb-mcp-server vs time

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

nocodb-mcp-server
by edwinbernadus
time
by modelcontextprotocol
Stars★ 70★ 85,748
30天用量
综合分4677
官方
分类
数据库开发者工具效率工具
效率工具开发者工具沟通协作
实现语言JavaScriptTypeScript
最近提交2 个月前本月

nocodb-mcp-server · 概述

NocoDB MCP Server 通过自然语言命令实现对 NocoDB 数据库的 CRUD 操作。

time · 概述

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

nocodb-mcp-server · 使用场景

  • 通过自然语言管理 NocoDB 数据库内容
  • 对 NocoDB 表执行批量操作
  • 上传 JSON 文件以在 NocoDB 中创建新表

time · 使用场景

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

nocodb-mcp-server · 安装

安装

  1. 安装 Node.js 和 TypeScript
  2. 克隆仓库并安装依赖:
npm install
npm run build
  1. .env 文件中设置环境变量:
NOCODB_URL=https://your-nocodb-instance.com
NOCODB_API_TOKEN=your_api_token_here
NOCODB_BASE_ID=your_base_id_here
  1. 通过添加到 claude_desktop_config.json 配置 Claude Desktop:
{
  "mcpServers": {
    "nocodb": {
      "command": "node",
      "args": ["{working_folder}/dist/start.js"],
      "env": {
        "NOCODB_URL": "https://your-nocodb-instance.com",
        "NOCODB_BASE_ID": "your_base_id_here",
        "NOCODB_API_TOKEN": "your_api_token_here"
      }
    }
  }
}

或者直接从 CLI 使用:

npx -y nocodb-mcp-server {NOCODB_URL} {NOCODB_BASE_ID} {NOCODB_API_TOKEN}

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 公开数据自动生成,定期更新。