This MCP server provides read and write access to Airtable databases, allowing LLMs to inspect database schemas and manage records.
From the registry: Read and write access to Airtable database schemas, tables, and records.
Please install the `airtable-mcp-server` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Airtable personal access token** — Create at airtable.com/create/tokens/new with scopes schema.bases:read, data.records:read, and optionally write scopes. (https://airtable.com/create/tokens/new)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","airtable-mcp-server"]
- required environment variables:
- `AIRTABLE_API_KEY`: Airtable personal access token (pat prefix). (example: `<pat_placeholder>`)
Note: HTTP mode also supported via MCP_TRANSPORT=http PORT=3000 (no built-in auth).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AIRTABLE_API_KEYrequiredAirtable personal access token for authentication.Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB