Airtable MCP Server
Provides comprehensive access to the Airtable Web API, enabling AI assistants to create and manage bases, tables, fields, records, views, and webhooks with support for 25+ field types, batch operations, and enterprise features.
README
Airtable MCP Server
A comprehensive Model Context Protocol (MCP) server that provides full access to the Airtable Web API, including enterprise features. This server enables AI assistants to create, manage, and interact with Airtable bases, tables, fields, records, views, and webhooks.
Features
🏗️ Base Management
- List Bases: Get all accessible bases in a workspace
- Get Base Schema: Retrieve complete base structure with tables and fields
- Delete Base: Remove bases (Enterprise only)
📊 Table Management
- List Tables: Get all tables in a base
- Create Table: Create new tables with comprehensive field configurations
- Update Table: Modify table properties and metadata
- Delete Table: Remove tables (with proper permissions)
🔧 Field Management
- List Fields: Get all fields in a table
- Create Field: Add new fields with 25+ field types supported
- Update Field: Modify existing field properties and options
- Delete Field: Remove fields (with data considerations)
Supported Field Types
- Basic Fields:
singleLineText,multilineText,email,phoneNumber,richText,url - Numeric Fields:
number,currency,percent - Date/Time Fields:
date,dateTime,duration - Selection Fields:
singleSelect,multipleSelects - Interactive Fields:
rating,checkbox - Advanced Fields:
formula,rollup,lookup,multipleRecordLinks - Specialized Fields:
attachment,barcode,button,count,autoNumber
📝 Record Operations
- List Records: Basic record retrieval
- Advanced List Records: Full filtering, sorting, pagination, and field selection
- Get Record: Fetch individual record details
- Create Record: Add single records
- Update Record: Modify existing records
- Delete Record: Remove records
- Batch Create Records: Create multiple records efficiently
- Batch Update Records: Update multiple records in one request
- Batch Delete Records: Delete multiple records efficiently
- Search Records: Find records using field-based search
👁️ View Management
- List Views: Get all views in a table
- Get View: Retrieve view configuration
- Create View: Create new views (grid, form, calendar, gallery, kanban, timeline, gantt)
- Update View: Modify view properties, filters, and sorting
- Delete View: Remove views
🔔 Webhook Management
- List Webhooks: Get all webhooks for a base
- Create Webhook: Set up real-time notifications
- Update Webhook: Modify webhook configuration
- Delete Webhook: Remove webhook subscriptions
- Get Webhook Payloads: Retrieve webhook notification history
🏢 Enterprise Features (Enterprise Scale Plans)
- User Management: Create, update, and deactivate users
- Workspace Management: Manage workspace access and permissions
- Audit Logs: Create and retrieve comprehensive audit logs
- Share Link Management: Control base sharing across organization
- Collaborator Management: Add/remove users from bases and workspaces
- Bulk Operations: Perform enterprise-scale batch operations
Installation
npm install @loticdigital/airtable-mcp-server
Configuration
Set your Airtable API key as an environment variable:
export AIRTABLE_API_KEY=your_airtable_api_key_here
Usage
With Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": ["@loticdigital/airtable-mcp-server"],
"env": {
"AIRTABLE_API_KEY": "your_airtable_api_key_here"
}
}
}
}
With MCP Inspector
npx @modelcontextprotocol/inspector npx @loticdigital/airtable-mcp-server
API Capabilities
Rate Limits & Best Practices
- Rate Limit: 5 requests per second per base
- API Call Limits:
- Free: 1,000 calls per workspace per month
- Team: 100,000 calls per workspace per month
- Business/Enterprise: Unlimited calls
- Pagination: Automatic handling of paginated responses
- Batch Operations: Efficient bulk processing for multiple records
- Error Handling: Comprehensive error recovery with exponential backoff
Advanced Features
- External ID Mapping: Support for upsert operations
- Data Validation: Comprehensive field validation
- Conflict Resolution: Handle concurrent updates gracefully
- Change Tracking: Monitor and log all data modifications
- Performance Optimization: Caching and selective field requests
Security Features
- Token Management: Secure PAT handling
- Data Protection: Input validation and sanitization
- Enterprise Security: Audit logging and compliance support
- Access Controls: Proper permission handling
Field Configuration Examples
Basic Fields
{
"name": "Title",
"type": "singleLineText",
"description": "Main title field"
}
Numeric Fields
{
"name": "Price",
"type": "currency",
"options": {
"precision": 2,
"symbol": "$"
}
}
Selection Fields
{
"name": "Status",
"type": "singleSelect",
"options": {
"choices": [
{ "name": "Active", "color": "greenBright" },
{ "name": "Pending", "color": "yellowBright" },
{ "name": "Inactive", "color": "redBright" }
]
}
}
Advanced Fields
{
"name": "Full Name",
"type": "formula",
"options": {
"formula": "CONCATENATE({First Name}, ' ', {Last Name})"
}
}
Webhook Configuration
{
"notificationUrl": "https://your-server.com/webhook",
"specification": {
"options": {
"filters": {
"dataTypes": ["tableData"],
"recordChangeScope": "tblXXXXXXXXXXXXXX"
}
}
}
}
Error Handling
The server implements comprehensive error handling:
- 401 Unauthorized: Invalid or expired token
- 403 Forbidden: Insufficient permissions
- 404 Not Found: Resource doesn't exist
- 422 Unprocessable Entity: Invalid field configuration
- 429 Too Many Requests: Rate limit exceeded
- 500 Internal Server Error: Airtable service issue
Development
# Clone the repository
git clone https://github.com/loticdigital/airtable-mcp
# Install dependencies
npm install
# Build the project
npm run build
# Run with inspector
npm run inspector
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT License - see LICENSE file for details.
Support
For issues and questions:
- GitHub Issues: https://github.com/loticdigital/airtable-mcp/issues
- Documentation: Airtable Web API
Changelog
v0.6.0 (Latest)
- ✨ Major Feature Expansion: Added comprehensive Airtable Web API support
- 🔧 25+ Field Types: Support for all Airtable field types including advanced fields
- 👁️ View Management: Complete view CRUD operations
- 🔔 Webhook Support: Real-time notifications and webhook management
- 📊 Advanced Record Operations: Batch operations, advanced filtering, pagination
- 🏢 Enterprise Features: User management, audit logs, workspace management
- 🛡️ Enhanced Security: Comprehensive validation and error handling
- ⚡ Performance: Optimized batch operations and caching strategies
v0.5.1
- Basic table and field management
- Simple record CRUD operations
- Limited field type support
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。