Airtable
by Airtable
Read, write and restructure Airtable bases from your AI assistant. Airtable documents 40 tools — including five deletes and full schema editing — where Anthropic's directory lists 12, and publishes seven OAuth scopes that let you decline schema writes.
Verified connector
Listed by Anthropic as a partner connector in its Connectors Directory.
Connection checked by Agentman on .
Anthropic states this reflects the level of review a connector received, not a security audit.
Connect Airtable via MCP
https://mcp.airtable.com/mcpWorks in any MCP-compatible client. In Agentman Studio it is one click — no config file to edit.
Airtable Tools & Capabilities (12)
Tool names from Anthropic's directory listing. This server requires sign-in, so we could not read tool descriptions or parameter schemas.
Limits
- The directory listing understates the surface by 29 tools. Plan against Airtable's own tools reference, not the twelve names in Anthropic's snapshot.
- Five delete tools exist, including one that removes an entire table with its records, fields and views.
- Record deletion needs only
data.records:write— the same scope as a routine edit. There is no separate delete scope. update_field's effect on existing cell values during a type conversion is undocumented. The REST endpoint exposes notypeparameter; the MCP example prompt implies conversion. We could not resolve the contradiction from public sources.revert_action's eligibility rules are unpublished. Do not treat undo as a general safety net.- Automation side effects on MCP writes are undocumented. A record write may fire triggers that send email or call webhooks.
- Rate limits: 5 requests/sec per base, 50/sec across one user's token traffic, 429 with a 30-second wait on breach (Airtable rate limits, fetched 2026-08-18).
- Creating records is capped at 10 per request. Airtable publishes no equivalent ceiling for updates.
- Automations cannot be turned on through MCP. Drafts are saved off; deployment happens in the Airtable UI.
- Development bases are unreachable — Airtable documents a 403 for calls to a managed-app development base.
- Airtable warns that tool names, behaviors and capabilities may change, so any tool inventory including this one is a snapshot.
Frequently asked questions
Can the Airtable MCP server delete my records?
Yes, and Anthropic's directory listing does not show it. Airtable's own tools reference documents `delete_records_for_table`, `delete_table`, `delete_interface`, `delete_page` and `delete_automation`, none of which appear in the twelve tool names the directory publishes. A reader who judged the connector's reach from the directory listing alone would conclude it cannot delete anything, and would be wrong on five counts.
How do I give an AI assistant read-only access to my Airtable data?
Grant four of the seven scopes and drop the three write ones. Airtable's help centre documents the exact read-only set as `data.records:read`, `schema.bases:read`, `data.recordComments:read` and `workspacesAndBases:read`. Omitting `schema.bases:write` blocks every structural change while leaving reads intact, so the schema half of the grant can genuinely be declined.
Can Airtable's MCP server change a field's type and lose my data?
Airtable documents type-specific option changes, not type conversion. The Web API update-field endpoint takes name, description and options only, with no type parameter, and Airtable's own example prompt for `update_field` describes converting a field to a single select. The docs do not state what happens to existing cell values in that case, so treat the gap as unresolved rather than safe.
Does writing to Airtable through MCP trigger my automations?
Airtable does not document the answer for MCP writes specifically. Its help centre states the MCP server uses the public API underneath, and Airtable automations offer record-created and record-updated triggers, so a write plausibly fires them. Because Airtable publishes no explicit statement about MCP-initiated triggers, treat outbound effects such as emails or webhooks as possible and untested.
Which Airtable bases can an AI assistant see after I connect?
Only the ones you pick during authorization. Airtable's developer docs state that the OAuth flow lets you choose exactly which bases, apps and workspaces to connect, and its help centre describes adding or removing bases afterwards from the third-party integrations page. This is real per-base granularity, not an all-or-nothing grant across your whole account.
Can I undo a change the Airtable MCP server made?
Sometimes, through a dedicated tool. Airtable's tools reference documents `revert_action`, which reverts a previous eligible mutation by action ID. The word eligible is Airtable's and it is not defined in the reference, so the set of reversible operations is unpublished. Structural deletions such as `delete_table` carry no documented reversal path at all.
Does the Airtable MCP server need a paid plan?
No. Airtable's help centre lists plan availability for the MCP server as all plans, and states there are no additional Airtable charges for MCP usage. Existing API rate limits still apply. On enterprise accounts an admin may have to allowlist the integration first, which is a permission gate rather than a billing one.
What are the Airtable MCP server's rate limits?
Five requests per second per base. Airtable's Web API rate limits page documents that ceiling, plus 50 requests per second across all personal access token traffic from one user or service account. Exceeding either returns a 429 and requires a 30-second wait. The MCP server inherits these because it runs on the same public API.
Can an Airtable admin block the MCP connector for the whole organization?
Yes, on enterprise accounts. Airtable documents a third-party integration allowlist under Admin Panel, Settings, Integrations and development. Where restrictions are enabled the MCP integration will not connect until an admin adds its client ID to the allowlist. Individual users can also revoke a connection from their own third-party integrations page at any time.
Sources
- Airtable help centre, Using the Airtable MCP server — https://support.airtable.com/articles/9897799762-using-the-airtable-mcp-server (fetched 2026-08-18; the directory's
documentationURL at/docs/using-the-airtable-mcp-serverredirects here) · retrieved 2026-08-18 - Airtable developer docs, MCP tools reference — https://airtable.com/developers/agents/mcp/tools (fetched 2026-08-18, via the
.mdsuffix affordance) · retrieved 2026-08-18 - Airtable developer docs, MCP server overview — https://airtable.com/developers/agents/mcp/getting-started (fetched 2026-08-18) · retrieved 2026-08-18
- Airtable Web API, Update field — https://airtable.com/developers/web/api/update-field (fetched 2026-08-18) · retrieved 2026-08-18
- Airtable Web API, Update multiple records — https://airtable.com/developers/web/api/update-multiple-records (fetched 2026-08-18) · retrieved 2026-08-18
- Airtable Web API, Delete multiple records — https://airtable.com/developers/web/api/delete-multiple-records (fetched 2026-08-18) · retrieved 2026-08-18
- Airtable Web API, Rate limits — https://airtable.com/developers/web/api/rate-limits (fetched 2026-08-18) · retrieved 2026-08-18
- RFC 9728 protected resource descriptor — https://mcp.airtable.com/.well-known/oauth-protected-resource (retrieved 2026-08-18) · retrieved 2026-08-18
- RFC 8414 authorization server metadata — https://airtable.com/.well-known/oauth-authorization-server (retrieved 2026-08-18) · retrieved 2026-08-18
- Live
WWW-Authenticatechallenge onhttps://mcp.airtable.com/mcp— observed 2026-08-18 · retrieved 2026-08-18 - Anthropic connector directory — https://claude.ai/directory/cb504fab-e494-490f-bff8-bb3ab23a2209 (snapshot 2026-08-16) · retrieved 2026-08-16
support.airtable.com/robots.txtallowlistsClaudeBot,Claude-UserandClaude-SearchBotby name;airtable.com/robots.txtpermits/developers/. NoContent-Signaldirective on either host (checked 2026-08-18). · retrieved 2026-08-18
Use in Agentman
Connect once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.
Open in Agentman StudioServer Info
- Category
- Data & Research
- Developer
- Airtable
- Tools
- 12
- Domain
- mcp.airtable.com
Using Claude Desktop or another MCP client? Setup docs — the connection URL above works anywhere.