onimsha/airtable-mcp-server-oauth
3.3
If you are the rightful owner of airtable-mcp-server-oauth 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.
Airtable OAuth MCP Server is a production-ready server that facilitates secure interactions with Airtable through a standardized Model Context Protocol (MCP) interface.
Tools
Functions exposed to the LLM to take actions
list_bases
List all accessible bases.
list_tables
List tables in a base.
describe_table
Get detailed table schema.
list_records
List records with filtering.
get_record
Get a specific record.
create_record
Create a single record.
create_records
Create multiple records.
update_records
Update multiple records.
delete_records
Delete multiple records.
search_records
Search records with formulas.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client