Airtable MCP
DownAirtable MCP is Airtable's official server for base and record operations: searching, reading, creating and updating rows in natural language instead of manual UI work. A single endpoint supports both Streamable HTTP and SSE. Auth is OAuth, scoped to the connecting user's bases. An open-source self-host alternative, domdomegg/airtable-mcp-server (454★), exists for local use.
Why this server
- Airtable's official remote server — base and record operations without CSV exports
- Streamable HTTP and SSE on one endpoint — compatible with most MCP clients
- OAuth scopes the agent to the bases and tables the connecting user can access
- An open-source self-host alternative (454★) exists for anyone who needs a local run
Usage examples
Prompt: Find all records in the Clients base with status "Awaiting payment" and show the amounts
Result: The agent searched the table's records filtered on the Status field, returning the list with amounts without opening Airtable.
Prompt: Add a new record to the Leads table: name, phone and source — website
Result: The agent created the record via the record-creation tool with the given fields — the lead showed up in the base instantly.
Health
1 reports in the last 30 days · Last report: 25 Jul 2026
Reports by day (30 days)
| date | works | partial | broken |
|---|---|---|---|
| 2026-07-25 | 0 | 0 | 1 |
Reviews
No reviews yet.