📋

Airtable MCP Server

Community

AI 读写 Airtable 数据库:创建/查询/更新记录、字段管理、附件

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

📖 详细介绍

Airtable MCP Server,让 AI 操作 Airtable 数据库。支持记录 CRUD、字段管理、附件上传、视图查询。是无代码/低代码团队用 AI 增强数据管理能力的好工具。

核心特性

完整 Airtable API
附件支持
公式字段
权限控制
活跃维护

🛠️ 可用工具 (6)

list_records()
create_record()
update_record()
delete_record()
list_bases()
list_tables()

🎯 适用场景

AI 数据录入
CRM 自动化
项目管理
库存跟踪
内容日历

⚙️ 安装与配置

系统要求

  • Node.js 18+
  • Airtable API Key

安装命令

npx -y airtable-mcp-server

Claude Desktop 配置 (claude_desktop_config.json)

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

🔗 相关链接

🧩 相关 MCP Servers

浏览更多 数据库 MCP

Airtable MCP Server数据库 分类下的 MCP server 之一