Connect Claude to Airtable bases to read/write records, search, and inspect or edit schema. Community server (no official Airtable MCP).
---
name: Airtable MCP
description: Connect Claude to Airtable — read/write records, search, and inspect or edit schema. Community MCP server.
---
# Airtable MCP
A well-maintained **community** MCP server for Airtable (`domdomegg/airtable-mcp-server`). Airtable does not publish an official MCP, so this is the de-facto standard. It lets Claude list bases and tables, describe schema, read/search records, and (with write scopes) create and update records, tables, and fields.
## Connect (local, npx)
```json
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": ["-y", "airtable-mcp-server"],
"env": { "AIRTABLE_API_KEY": "pat123.abc123" }
}
}
}
```
Create a **personal access token** in Airtable with the scopes you need: `schema.bases:read` and `data.records:read` for read-only; add `schema.bases:write`, `data.records:write`, and the comment scopes for writes.
… install to load the full skillSign in to rate and review this skill.
No reviews yet. Be the first to review this skill.