# Airtable

**Type:** Community

**Source Type:** Repository

**Source:** [GitHub](https://github.com/domdomegg/airtable-mcp-server)

**Description:** Integrates with Airtable's flexible database platform to provide programmatic access to bases, tables, and records. Enables Claude to query records, create and update entries, manage table schemas, handle attachments and linked records, and perform bulk operations across Airtable's collaborative database environment.

**Configuration Parameters:**

* **Airtable Personal Access Token** \* - Token for authenticating with Airtable API
* **Airtable Base ID** - Specific base to connect to (optional)

**Setup Steps:**

1. Log in to your Airtable account at <https://airtable.com>
2. Navigate to <https://airtable.com/create/tokens>
3. Click "Create new token"
4. Provide a name for the token (e.g., "Airtable MCP Integration")
5. Under "Scopes", select the appropriate permissions:
   * data.records:read - to read records
   * data.records:write - to create/update records
   * schema.bases:read - to read base schemas
6. Under "Access", select the specific bases to grant access to
7. Click "Create token"
8. Copy the generated token immediately (it will not be shown again)
9. Provide the Personal Access Token to Natoma


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natoma.ai/apps/airtable.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
