domdomegg_airtable-mcp-server
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
list_records
List records in the specified Airtable table
search_records
Search for records containing specific text in table
list_bases
List all accessible Airtable databases
list_tables
List all tables in the specified database
get_record
Get specific records with ID
create_record
Create a new record in the table
update_records
Update one or more records in the table
delete_records
Delete one or more records from a table
create_table
Create a new table in the database
update_table
Update the name or description of the table
create_field
Create a new field in the table
update_field
Update the name or description of the field