airtable-mcp

jjwjr94/airtable-mcp

3.2

If you are the rightful owner of airtable-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server for Airtable, designed to integrate with AI-powered applications and n8n workflows.

Tools

Functions exposed to the LLM to take actions

get_base_info

Get information about the Airtable base

list_tables

List all tables in the base

get_table_info

Get detailed table information

list_fields

List all fields in a table

get_field_info

Get detailed field information

list_records

List records with filtering, sorting, and pagination

get_record

Get a specific record by ID

create_record

Create a new record

update_record

Update an existing record

delete_record

Delete a record

create_records

Create multiple records (up to 10)

update_records

Update multiple records (up to 10)

delete_records

Delete multiple records (up to 10)

list_views

List all views for a table

get_view_info

Get detailed view information

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources