Airtable MCP:AI 工具与 Airtable 集成

Airtable MCP:AI 工具与 Airtable 集成

通过 Anthropic 的 MCP 协议,将 AI 工具直接连接到 Airtable,实现数据无缝访问和管理。

快速入门

  1. 获取 Airtable 凭据

    • 账户页面 获取 API Token。
    • 从 Airtable URL 中获取 Base ID(格式:appi7fWMQcB3BNzPs)。
  2. 配置 Claude Desktop

    • 打开 ~/Library/Application Support/Claude/claude_desktop_config.json 文件。
    • 添加以下配置: { "mcpServers": { "airtable-mcp": { "command": "npx", "args": [ "@smithery/cli", "run", "@rashidazarang/airtable-mcp", "--token", "YOUR_AIRTABLE_TOKEN", "--base", "YOUR_BASE_ID" ] } } }
    • 替换 YOUR_AIRTABLE_TOKENYOUR_BASE_ID
    • 保存并重启 Claude Desktop。
  3. 开始使用

    • 打开 Claude Desktop。
    • 等待 30 秒建立连接。
    • 使用自然语言命令操作 Airtable 数据。