Prerequisites
Before you begin, create an account and get your API Key.
Getting started
Connect to Airtable to manage databases, automate workflows, and sync data through AI agents.1
Install the SDKs (optional)
2
Create a server instance
Response Information: The API returns:
serverUrl
: The URL for connecting your MCP client to AirtableinstanceId
: Unique identifier for your server instanceoauthUrl
: OAuth authorization URL for Airtable authentication
3
Authenticate
🎉 Your Airtable MCP Server is ready! Once authentication is complete, you can use your MCP server URL with any MCP-compatible client.
Available Tools
Tools Information
Tools Information
Tool Name | Description |
---|---|
airtable_list_bases_info | Get information about all bases |
airtable_list_tables_info | Get information about all tables in a base |
airtable_create_table | Create a new table in a base |
airtable_update_table | Update an existing table in a base |
airtable_create_field | Create a new field in a table |
airtable_update_field | Update an existing field in a table |
airtable_list_records | Get all records from a table with optional filtering and formatting |
airtable_get_record | Get a single record from a table |
airtable_create_records | Create multiple records in a table |
airtable_update_records | Update multiple records in a table with optional upsert functionality |
airtable_delete_records | Delete multiple records from a table |
For more details about tool input schema, use the get_tools API.