CursorPool
← 返回 MCP 列表
Airtable MCP

Airtable MCP

读写 Airtable 表格与视图,把轻量数据库接入 AI。

社区·410 次安装·1 个月前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y airtable-mcp-server

在 Cursor 中配置(mcp.json)

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