Airtable Connector
Create bases, manage records, and automate workflows with flexible Airtable database integration.Quick Start
npm install mcp-airtable
export AIRTABLE_API_KEY=your_key
mcp-airtable --base YOUR_BASE_ID
Database Features
- Base Management: Create and organize data structures
- Record Operations: Add, update, and query records
- View Customization: Filter and sort data dynamically
- Automation Triggers: Workflow integration capabilities
API Access
Permission | Function |
---|---|
data.records:read | Query database records |
data.records:write | Create and update data |
schema.bases:read | Access base structure |
schema.bases:write | Modify database schema |
Core Actions
createRecord
: Add new database entriesupdateRecord
: Modify existing dataqueryBase
: Search and filter recordscreateView
: Organize data presentationtriggerAutomation
: Execute workflows
Use Cases
Perfect for project management, content planning, inventory tracking, customer databases, and any structured data organization. Combines spreadsheet simplicity with database power for flexible business solutions.