Loading...
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": [
"-y",
"airtable-mcp-server"
],
"env": {
"AIRTABLE_API_KEY": "pat123.abc123",
}
}
}
}list_recordsLists records from a specified Airtable table.
Read-only operation.
search_recordsSearches for records containing specific text.
Read-only operation.
list_basesLists all accessible Airtable bases.
Read-only operation.
list_tablesLists all tables in a specific base.
Read-only operation.
describe_tableGets detailed information about a specific table.
Read-only operation.
get_recordGets a specific record by ID.
Read-only operation.
create_recordCreates a new record in a table.
Creates new data.
update_recordsUpdates one or more records in a table.
Modifies existing data.
delete_recordsDeletes one or more records from a table.
Destructive operation.
create_tableCreates a new table in a base.
Modifies the database schema.
update_tableUpdates a table's name or description.
Modifies the database schema.
create_fieldCreates a new field in a table.
Modifies the database schema.
update_fieldUpdates a field's name or description.
Modifies the database schema.
create_commentCreates a comment on a record.
Adds new data.
list_commentsLists comments on a record.
Read-only operation.
This server offers significant utility but requires careful API key management. Limiting scopes and deploying behind a reverse proxy are crucial for mitigating risks. The HTTP transport option should only be used in secured environments.