MCP Catalogs
首页

data-api-builder vs airtable-mcp-server

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

data-api-builder
by Azure
airtable-mcp-server
by domdomegg
Stars★ 1,410★ 444
30天用量
综合分5353
官方
分类
数据库开发者工具云存储
数据库效率工具开发者工具
实现语言C#TypeScript
最近提交本月本月

data-api-builder · 概述

Azure 数据 API 构建器为 Azure 数据库提供 REST 和 GraphQL 接口,即将支持 MCP 工具。

airtable-mcp-server · 概述

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

data-api-builder · 使用场景

  • 为 Azure 数据库创建 REST 和 GraphQL API
  • 为应用程序构建安全的数据访问层
  • 在任何云中为本地数据库生成 API 端点

airtable-mcp-server · 使用场景

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

data-api-builder · 安装

  1. 安装 .NET 8 或更高版本运行时: https://get.dot.net
  2. 安装 DAB 命令行工具:

``sh dotnet tool install microsoft.dataapibuilder -g ``

  1. 初始化和配置 DAB:

``sh dab init --database-type mssql --connection-string "@env('my-connection-string')" --host-mode development ``

  1. 添加您的数据库实体并启动服务器:

``sh dab add Todo --source "dbo.Todo" --permissions "anonymous:*" dab start ``

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。

对比内容由 README + GitHub 公开数据自动生成,定期更新。