domdomegg_airtable-mcp-server

domdomegg_airtable-mcp-server

3.2

If you are the rightful owner of domdomegg_airtable-mcp-server 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 server that provides read and write access to Airtable databases, enabling LLMs to inspect database schemas and manage records.

The airtable-mcp-server is a specialized server designed to facilitate interaction between large language models (LLMs) and Airtable databases. By leveraging the Model Context Protocol (MCP), this server allows LLMs to access and manipulate Airtable data, including reading and writing records, inspecting database schemas, and managing tables and fields. This integration is particularly useful for applications that require dynamic data handling and real-time database interactions. The server supports a wide range of operations, from listing records and searching for specific entries to creating and updating tables and fields. It is designed to be easily integrated with platforms like the Claude Desktop app, providing a seamless experience for developers and users alike.

Features

  • Read and write access to Airtable databases
  • Schema inspection and management
  • Support for creating, updating, and deleting records
  • Integration with platforms like Claude Desktop
  • Comprehensive toolset for database operations

Tools

  1. list_records

    List records in the specified Airtable table

  2. search_records

    Search for records containing specific text in table

  3. list_bases

    List all accessible Airtable databases

  4. list_tables

    List all tables in the specified database

  5. get_record

    Get specific records with ID

  6. create_record

    Create a new record in the table

  7. update_records

    Update one or more records in the table

  8. delete_records

    Delete one or more records from a table

  9. create_table

    Create a new table in the database

  10. update_table

    Update the name or description of the table

  11. create_field

    Create a new field in the table

  12. update_field

    Update the name or description of the field