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
120 reports in the last 30 days · Last report: 22 Sept 2026
Reports by day (30 days)
| date | works | partial | broken |
|---|---|---|---|
| 2026-08-24 | 0 | 0 | 4 |
| 2026-08-25 | 0 | 0 | 4 |
| 2026-08-26 | 0 | 0 | 4 |
| 2026-08-27 | 0 | 0 | 4 |
| 2026-08-28 | 0 | 0 | 4 |
| 2026-08-29 | 0 | 0 | 4 |
| 2026-08-30 | 0 | 0 | 4 |
| 2026-08-31 | 0 | 0 | 4 |
| 2026-09-01 | 0 | 0 | 4 |
| 2026-09-02 | 0 | 0 | 4 |
| 2026-09-03 | 0 | 0 | 4 |
| 2026-09-04 | 0 | 0 | 4 |
| 2026-09-05 | 0 | 0 | 4 |
| 2026-09-06 | 0 | 0 | 4 |
| 2026-09-07 | 0 | 0 | 4 |
| 2026-09-08 | 0 | 0 | 4 |
| 2026-09-09 | 0 | 0 | 4 |
| 2026-09-10 | 0 | 0 | 4 |
| 2026-09-11 | 0 | 0 | 4 |
| 2026-09-12 | 0 | 0 | 4 |
| 2026-09-13 | 0 | 0 | 4 |
| 2026-09-14 | 0 | 0 | 4 |
| 2026-09-15 | 0 | 0 | 4 |
| 2026-09-16 | 0 | 0 | 4 |
| 2026-09-17 | 0 | 0 | 4 |
| 2026-09-18 | 0 | 0 | 4 |
| 2026-09-19 | 0 | 0 | 4 |
| 2026-09-20 | 0 | 0 | 4 |
| 2026-09-21 | 0 | 0 | 4 |
| 2026-09-22 | 0 | 0 | 2 |
Reviews
No reviews yet.