
Airtable
Let your coding agent read and update Airtable bases, tables, and records while you build ops dashboards, lightweight backends, or internal tools without hand-writing every API call.
Overview
Airtable MCP Server is a Build-phase MCP server that gives agents read and write access to Airtable schemas, tables, and records through stdio or Docker.
What is this MCP server?
- Read and write Airtable base schemas, tables, and fields from the agent
- Create, list, update, and delete records through MCP tools with scoped personal access tokens
- Ship via npx stdio or OCI Docker with a single AIRTABLE_API_KEY environment variable
- Token scopes documented: schema.bases:read, data.records:read, plus optional write scopes
- Published server version 1.9.6 on npm as airtable-mcp-server
- npm package identifier airtable-mcp-server
- Required secret env AIRTABLE_API_KEY
Community signal: 447 GitHub stars.
What problem does it solve?
Solo builders who run operations in Airtable waste time copying base structure and record data into the chat instead of letting the agent query and update live tables safely.
Who is it for?
Indie builders using Airtable as a CRM, content DB, or lightweight backend who want agent-driven sync, schema exploration, and scripted record updates during product work.
Skip if: Teams that need a full SQL warehouse, strict row-level governance outside Airtable’s UI, or workflows with no Airtable account and token.
What do I get? / Deliverables
After you register the server with a scoped AIRTABLE_API_KEY, your agent can inspect bases and mutate records in place while you stay in the IDE.
- Live MCP tools that list bases, tables, fields, and records
- Agent-driven record creates and updates when write scopes are enabled
- Repeatable stdio or OCI config snippet for your agent settings
Recommended MCP Servers
Journey fit
Airtable wiring lands in Build when you connect a product or agent workflow to a live spreadsheet-style database instead of only sketching data models on paper. Integrations is the right shelf because the server exposes schema and record tools over MCP rather than replacing your app UI or deployment stack.
How it compares
MCP bridge to Airtable’s API, not an agent skill that designs your data model from scratch.
Common Questions / FAQ
Who is Airtable MCP Server for?
Solo and indie builders who already keep data in Airtable and want Claude Code, Cursor, or similar agents to read schemas and read or write records without manual export.
When should I use Airtable MCP Server?
Use it during Build when you are wiring integrations, backfilling records, auditing table structure, or automating ops tables alongside your app code.
How do I add Airtable MCP Server to my agent?
Add the MCP entry with npx airtable-mcp-server or the published Docker image, set AIRTABLE_API_KEY to a personal access token with the documented read and optional write scopes, then restart your client.