airtable-mcp-server logo

airtable-mcp-server🗂️🤖 Airtable Model Context Protocol Server,让AI系统能够与你的 Airtable 基础进行交互

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

Airtable Model Context Protocol Server 是一个协议服务器,提供对 Airtable 数据库的读写访问。它使大型语言模型(LLMs)能够检查数据库模式并读写记录。使用此服务器,用户需要一个具有特定作用域的 Airtable 个人访问令牌,并且需要访问所需的 Airtable 基础。该服务器提供多种组件,包括列出记录、搜索记录、列出可访问的基础以及创建、更新或检索记录。AI 系统可以使用这些组件安全高效地与 Airtable 数据库交互。

主要功能

  • 列出记录
  • 搜索记录
  • 列出基础
  • 列出表格
  • 描述表格
  • 获取记录

价格

模型
Free
评分
暂无评价

使用场景

AI 驱动的数据分析

使用 airtable-mcp-server 使 LLMs 能够分析存储在 Airtable 数据库中的数据.

自动化数据录入

将 airtable-mcp-server 与 AI 工具集成,以自动化录入 Airtable 数据库中的数据.

优点 & 缺点

优点

  • 允许 LLMs 与 Airtable 数据库交互
  • 支持多种读写记录的操作
  • 与多种 AI 工具集成
  • 支持详细的表格描述和记录检索

缺点

  • 需要具有特定作用域的 Airtable 个人访问令牌
  • 仅限于 Model Context Protocol 支持的操作

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

How do I configure the server to work with my AI tool?

Install the MCP client (e.g., Claude, VS Code) and run the provided install script to generate a config. Insert your Airtable API key into the AIRTABLE_API_KEY placeholder and ensure the base IDs and table IDs you need are accessible to the token. Then use the MCP components in your AI workflow to interact with Airtable.

Asked by Olamide Fashola · Feb 14, 2026

Can the server create or update Airtable records?

Yes, if you provide a token with write scopes (schema.bases:write and data.records:write), the server can create or update records in the specified bases. Read-only tokens will limit you to list and search operations.

Asked by Gustav Lindberg · Jan 10, 2026

Which Airtable operations can the MCP Server perform?

The server supports listing records, searching records by text, listing accessible bases, listing tables in a base, describing a table in detail, and retrieving a single record. All these actions are available via the Model Context Protocol components.

Asked by Timur Nazarov · Nov 25, 2025

What authentication is required to use the Airtable MCP Server?

You must provide an Airtable personal access token with the scopes schema.bases:read, data.records:read, and optionally schema.bases:write, data.records:write, data.recordComments:read, and data.recordComments:write. The token is set as AIRTABLE_API_KEY in the server configuration.

Asked by Jarrah Whitlock · Nov 5, 2025

提问

服务配缩器 的替代品