airtable-mcp-server

airtable-mcp-server

151

The Airtable MCP Server provides access to Airtable databases, allowing operations like reading, writing, and schema inspection. It supports various table and record management functionalities to integrate Airtable into different applications.

list_records

List records in the specified Airtable table

search_records

Search for records containing specific text

list_bases

List all accessible Airtable basics

list_tables

List all tables in a specific base

describe_table

Get detailed information about a specific table

get_record

Get specific records with ID

create_record

Create a new record in the table

update_records

Update one or more records in the table

delete_records

Delete one or more records from a table

create_table

Create a new table in the base

update_table

Update the name or description of the table

create_field

Create a new field in the table

update_field

Update the name or description of the field