airtable
NewAirtable is the database and operations layer for your agents — whether running product, marketing, sales, ops, HR, or a custom business app. It combines structured data with multiplayer visual surfaces (grid, kanban, calendar, gallery, timeline) humans and agents share — plus sync integrations to Jira, Salesforce, Zendesk, Google Drive, Databricks, and the rest of your stack, all backed by enterprise governance. This plugin makes Claude fluent in Airtable: creating bases and schema, working with records, and sharing UI for collaboration. Bundles the official Airtable MCP server.
Summary
This skill integrates Airtable into Claude Code, enabling you to create and manage bases, tables, and records directly from your terminal.
- It combines structured data operations with visual surfaces like grid and kanban, making it ideal for building custom business apps or syncing with tools like Jira and Salesforce.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "airtable": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/airtable create base named 'Customer Feedback' with tables: Feedback (fields: Date, Customer, Rating, Comments) and Products (fields: ProductID, Name, Category)
Query all records from the 'Orders' table where status is 'pending' and display them in a table format
/airtable update record in 'Tasks' table with id 'rec123' set field 'Status' to 'Done'
Security Audits
Frequently Asked Questions
What is airtable?
This skill integrates Airtable into Claude Code, enabling you to create and manage bases, tables, and records directly from your terminal. It combines structured data operations with visual surfaces like grid and kanban, making it ideal for building custom business apps or syncing with tools like Jira and Salesforce.
How to install airtable?
To install airtable: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "airtable": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is airtable best for?
airtable is a mcp categorized under General. It is designed for: mcp, agent, plugin. Created by Airtable.
What can I use airtable for?
airtable is useful for: Create a new Airtable base with a schema for tracking product inventory, including fields for SKU, quantity, and warehouse location.; Query records from a marketing campaigns table to analyze performance metrics and generate a summary report.; Update multiple records in a project management base to reflect task status changes after a sprint review.; Sync data between Airtable and a Jira project by using the skill to pull issues and update a corresponding Airtable table.; Design a kanban view for an HR onboarding base to visualize candidate progress through stages.; Automate the creation of a calendar view for a content calendar base, with deadlines and publishing dates..