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:
Log in to your Airtable account at https://airtable.com
Navigate to https://airtable.com/create/tokens
Click "Create new token"
Provide a name for the token (e.g., "Airtable MCP Integration")
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
Under "Access", select the specific bases to grant access to
Click "Create token"
Copy the generated token immediately (it will not be shown again)
Provide the Personal Access Token to Natoma
Last updated

