MCP Catalogs
首页

airtable-mcp-server vs time

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

airtable-mcp-server
by domdomegg
time
by modelcontextprotocol
Stars★ 444★ 85,748
30天用量
综合分5377
官方
分类
数据库效率工具开发者工具
效率工具开发者工具沟通协作
实现语言TypeScriptTypeScript
最近提交本月本月

airtable-mcp-server · 概述

一个功能全面的 MCP 服务器,允许 AI 系统通过读写操作与 Airtable 数据库交互。

time · 概述

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

airtable-mcp-server · 使用场景

  • 通过 AI 助手自动化 Airtable 中的数据录入和更新
  • 构建连接 Airtable 与其他系统的智能数据管道
  • 在 Airtable 数据集上实现 AI 驱动的分析和报告

time · 使用场景

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

airtable-mcp-server · 安装

安装

**第一步**:[创建 Airtable 个人访问令牌](https://airtable.com/create/tokens/new)

  • 名称:例如 'Airtable MCP Server Token'
  • 范围:schema.bases:readdata.records:read,以及可选的 schema.bases:writedata.records:write

**第二步**:通过在 claude_desktop_config.json 中添加以下配置来设置 Claude Desktop:

{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": [
        "-y",
        "airtable-mcp-server"
      ],
      "env": {
        "AIRTABLE_API_KEY": "pat123.abc123",
      }
    }
  }
}

保存后重启 Claude Desktop。

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