domdomegg_airtable-mcp-server

domdomegg_airtable-mcp-server

1

The airtable-mcp-server is a Model Context Protocol server that facilitates interaction with Airtable databases. It allows access to database schemas, reading and writing of records, and management of tables and fields, enabling integration with language models and applications like Claude Desktop.

airtable-mcp-server

A Model Context Protocol server that provides read and write access to Airtable databases. Key features include enabling LLMs to inspect database schemas, read and write records, and manage Airtable components such as records, tables, and fields. The server supports a wide range of operations such as listing records, searching records, and updating or deleting records. Integrates with the Claude Desktop app using specific configurations.

Components

Tools

  • list_records: Lists records from a specified Airtable table.
  • search_records: Searches for records containing specific text.
  • list_bases: Lists all accessible Airtable bases.
  • list_tables: Lists all tables in a specific base.
  • get_record: Gets a specific record by ID.
  • create_record: Creates a new record in a table.
  • update_records: Updates one or more records in a table.
  • delete_records: Deletes one or more records from a table.
  • create_table: Creates a new table in a base.
  • update_table: Updates a table's name or description.
  • create_field: Creates a new field in a table.
  • update_field: Updates a field's name or description.

Resources

  • Table Schemas: Provides JSON schema information for each table, including field and view definitions.