Provides read and write access to Airtable databases.
Open the Airtable Personal Access Tokens page
Visit https://airtable.com/create/tokens and sign in to your Airtable account if prompted.
Create a new personal access token
Click the “Create token” button to start the process for generating a new token.
Set required scopes/permissions
Ensure that your token has at least the following scopes:
schema.bases:read
(to allow reading schema information)
data.records:read
(to allow reading records in your bases)
Optionally, add the following scopes if you want to enable write access:
data.records:write
- Any additional permissions required for your use case.
Restrict base access (optional but recommended)
For added security, restrict the token’s access only to the bases you intend to use.
Finalize and create the token
Review your configuration and click the button to confirm and create the token.
Copy your new token
The newly generated token will be displayed (it begins with pat...
). Copy this token immediately, as you may not be able to view it again.
Add your API token to FastMCP
In the FastMCP connection interface, click the “Install Now” button for Airtable and paste your token into the AIRTABLE_API_KEY
field when prompted.
Your Airtable integration is now ready for use!