📊

Airtable MCP

✓ 官方/认证

Airtable (官方)

Airtable 低代码数据库 MCP,表、记录、视图、附件、协作、自动化

0.4k
GitHub Stars
stdio
安装方式
MIT
开源协议
6
可用工具

📖 详细介绍

Airtable 官方 MCP Server,无代码数据库平台。Base/Table/Record/Field/View 完整 CRUD,附件上传、协作者管理、自动化触发、Formula 公式、Lookup/Rollup 关联字段。

核心特性

完整 CRUD
附件支持
公式字段
关联字段
视图过滤
Webhook 触发

🛠️ 可用工具 (6)

list_bases()
list_records()
create_record()
update_records()
upload_attachment()
list_views()

🎯 适用场景

内容管理
项目跟踪
CRM 自建
库存管理
活动报名
数据收集

🔎 相关搜索

用户搜索 Airtable MCP 时的常见问题和长尾关键词:

#Airtable MCP 官方#Airtable API 接入#低代码数据库 MCP#Airtable 自动化#Airtable 公式字段

🧷 主题归类

Airtable MCP 属于以下主题:

常见问题 (FAQ)

Q1.Airtable API Key 申请?

访问 airtable.com/create/tokens 创建 Personal Access Token,授予 data.records:read/write 等权限。

Q2.Webhooks 支持?

是的,可在 Airtable Automation 中配置 Webhook 触发,MCP 服务端接收。

Q3.免费额度?

Free 计划每 Base 1200 条记录、2GB 附件、100 次自动化运行/月。

⚙️ 安装与配置

系统要求

  • Node.js 18+
  • Airtable API Key

安装命令

npx -y airtable-mcp-server

Claude Desktop 配置 (claude_desktop_config.json)

{
  "mcpServers": {
    "airtable-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "airtable-mcp-server"
      ]
    }
  }
}

🔗 相关链接

🧩 相关 MCP Servers

浏览更多 生产效率 MCP

Airtable MCP生产效率 分类下的 MCP server 之一