Airtable

Type: Community

Source Type: Repository

Source: GitHub

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

Last updated