Airtable MCP Server
Provides MCP resources and tools for AI assistants to access, manage, and modify records, bases, and comments within Airtable, supporting both data and schema operations.
records
DatasetList records in a table.
user_info
DatasetRetrieve the user's ID, email (if scoped), and token scopes (if OAuth).
bases
DatasetReturns the list of bases the token can access.
comments
DatasetReturns a list of comments for a specific record.
enterprise_packages
DatasetList all packages for an enterprise account.
listrecords_post
ToolAlternative POST method to list records, used when query parameters (like filterByFormula) cause the URL length to exceed 16,000 characters.
create_records
ToolCreates one or multiple records (up to 10) in a specified table.
update_multiple_records
ToolUpdates up to 10 existing records using PATCH (partial update) or PUT (destructive update). Supports upsert functionality via 'performUpsert'.
update_record
ToolUpdates a single record using PATCH (partial update) or PUT (destructive update). PATCH only updates specified fields; PUT clears all unspecified fields.
delete_record
ToolDeletes a single record.
delete_multiple_records
ToolDeletes up to 10 records given an array of record ids.
sync_csv_data
ToolSyncs raw CSV data into a Sync API table. Limited to 10k rows/2MB per request.
upload_attachment
ToolUpload an attachment up to 5 MB to an attachment cell via the file bytes directly (base64 encoded).
create_field
ToolCreates a new column (field) in a specified table.
update_field
ToolUpdates the name and/or description of a field.
oauth_authorize
ToolInitiates the OAuth 2.0 Authorization Code flow with PKCE. Redirects the user for consent.
oauth_token_creation
ToolExchanges the authorization grant code for an access token and refresh token.
oauth_token_refresh
ToolExchanges a refresh token for a new access token.
create_comment
ToolCreates a comment on a record.
Airtable Resources
Airtable MCP Server
Connect your AI to Airtable data through the Model Context Protocol.
- Granularly control which tools your AI can access
- Full visibility with logging and auditing
- Standard MCP protocol - no custom wrappers needed
Select a dataset or tool from the left to see more details
Universal MCP Server for Airtable
Connect Claude, Microsoft Copilot, and any MCP-compatible AI to Airtable. One server, instant access to datasets, tools, and workflows.
- Model Context Protocol: Industry standard supported by Claude and Microsoft Copilot
- Fine-Grained Control: Choose exactly which datasets and tools your AI can access
- Connect Once, Use Everywhere: Single authentication for all your AI assistants
Get Started with Your Favorite AI Tool
Follow our step-by-step guides for popular AI frameworks and tools