Airtable MCP Server 配置与使用说明
安装方式npx
风险等级中风险
API Key需要
客户端3 个支持
Airtable 数据库读写,支持表格查询、记录创建和字段管理
支持客户端
- Claude Desktop
- Cursor
- VS Code / Cline
安装命令
npx -y airtable-mcp-server配置示例
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": [
"-y",
"airtable-mcp-server"
],
"env": {
"AIRTABLE_API_KEY": "<your-airtable-api-key>"
}
}
}
}需要设置环境变量:AIRTABLE_API_KEY。不要把这些值提交到公开仓库。
权限范围与安全提示
可读写 Airtable 中的数据,建议使用只读 Token 进行测试
- database-read
- database-write
- network-access
- credential-required
风险评分:5/10
常见报错
- AUTHENTICATION_REQUIRED
- 在 Airtable Account 页面生成 Personal Access Token
- TABLE_NOT_FOUND
- 确认 Token 有对应 Base 和 Table 的访问权限
来源
最近核验:2026-05-18。客户端版本和配置格式可能变化,使用前请以官方文档为准。