将您的AI工具直接连接到Airtable。使用自然语言查询、创建、更新和删除记录。功能包括基础管理、表操作、模式操作、记录过滤和数据迁移——所有这些都通过与Claude Desktop和其他Claude驱动的编辑器兼容的标准MCP接口实现。

appi7fWMQcB3BNzPs)。~/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_TOKEN 和 YOUR_BASE_ID 替换为您实际的凭证。| 工具名称 | 描述 | 示例用法 |
|---|---|---|
list_bases |
列出所有可访问的Airtable基础 | "Show me all my Airtable bases" |
list_tables |
列出当前基础中的所有表格 | "What tables are in this base?" |
list_records |
列出记录,带有可选过滤 | "Show me all records in the Projects table" |
get_record |
获取特定记录 | "Get record ABC123 from Tasks table" |
create_records |
创建新记录 | "Create a new record in Contacts with name John" |
update_records |
更新现有记录 | "Update status to Complete in record XYZ" |
set_base_id |
切换到不同的基础 | "Switch to base appi7fWMQcB3BNzPs" |
node -v 应该显示v14或更高版本)。npm install -g npm@latest 以更新npm。npx @smithery/cli --version 以验证安装。项目在MIT许可证下开源。