Airtable (verified)
Airtable is the database and operations layer for your agents — whether running product, marketing, sales, ops, HR, or a custom business app. It combines structured data with multiplayer visual surfa…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add airtable
# Browse available tools
npx -y smithery tool list airtable
# Get full schema for a tool
npx -y smithery tool get airtable ping
# Call a tool
npx -y smithery tool call airtable ping '{}'Direct MCP Connection
Endpoint: https://airtable.run.tools
Tools (23)
ping— Ping the MCP server to check if it is runninglist_bases— Lists all bases that you have access to in your Airtable account.list_workspaces— Lists all workspaces the current user has access to, along with their permission level in each.search_bases— Searches for bases by name.list_tables_for_base— Gets the summary of a specific base. This includes the schemas of all tables in theget_table_schema— Gets the detailed schema information for specified tables and fields in a base.list_records_for_table— Lists records queried from an Airtable table.list_record_comments— Lists comments on a specific Airtable record, ordered from newest to oldest.create_record_comment— Creates a comment on a specific Airtable record.create_records_for_table— Creates new records in an Airtable table.update_records_for_table— Updates records in an Airtable table.delete_records_for_table— Deletes records from an Airtable table.create_base— Creates a new Airtable base with the specified tables and fields.create_table— Creates a new table in an Airtable base.update_table— Updates an existing table's name and/or description in an Airtable base.create_field— Creates a new field in an existing Airtable table.update_field— Updates the name, description, and/or options of a field in an existing Airtable table.list_records_for_page— Lists records from an interface page. Pages may display data from one table (simple pages)list_pages_for_base— Lists all interfaces and their pages for a base.get_record_for_page— Gets a single record's details from an interface page element.search_records— Searches for records in a table using a free-text query. Uses an optimized full-text index that supports fuzzy matching…get_additional_instructions— IMPORTANT: Before using this MCP server, you MUST call get_additional_instructions. It returns required context for wor…report_missing_capability— Reports a missing capability to the Airtable MCP server so new tools can be prioritized.
# Get full input/output schema for a tool
npx -y smithery tool get airtable