📋
Airtable MCP Server
Community
AI 读写 Airtable 数据库:创建/查询/更新记录、字段管理、附件
⭐ 0.3k
GitHub Stars
stdio
安装方式
MIT
开源协议
6
可用工具
📖 详细介绍
Airtable MCP Server,让 AI 操作 Airtable 数据库。支持记录 CRUD、字段管理、附件上传、视图查询。是无代码/低代码团队用 AI 增强数据管理能力的好工具。
✨ 核心特性
✓完整 Airtable API
✓附件支持
✓公式字段
✓权限控制
✓活跃维护
🛠️ 可用工具 (6)
list_records()
create_record()
update_record()
delete_record()
list_bases()
list_tables()
🎯 适用场景
▸AI 数据录入
▸CRM 自动化
▸项目管理
▸库存跟踪
▸内容日历
⚙️ 安装与配置
系统要求
- •Node.js 18+
- •Airtable API Key
安装命令
npx -y airtable-mcp-serverClaude Desktop 配置 (claude_desktop_config.json)
{
"mcpServers": {
"airtable-mcp-server": {
"command": "npx",
"args": [
"-y",
"airtable-mcp-server"
]
}
}
}🔗 相关链接
🧩 相关 MCP Servers
🐘
PostgreSQL MCP Server
✓ 官方Anthropic (官方)
用自然语言查询 PostgreSQL 数据库,支持只读模式和完整 SQL 模式
PostgreSQLSQL数据库官方
⭐10.1kstdio中等
🐬
MySQL MCP Server
Community
MySQL 数据库读写查询 MCP,支持 Schema 浏览、SQL 执行、事务管理、连接池
MySQLSQL关系型数据库只读
⭐4.2kstdio简单
🐘
PostgreSQL MCP
Community
PostgreSQL 完整功能 MCP,支持 pgvector、PostGIS、pg_trgm,零配置快速接入
PostgreSQLpgvectorPostGISSQL
⭐5.6kstdio简单
📊
Airtable MCP
✓ 官方Airtable (官方)
Airtable 低代码数据库 MCP,表、记录、视图、附件、协作、自动化
Airtable低代码数据库表格
⭐0.4kstdio简单