Airtable

Airtable

domdomegg
GitHubnpm

About

A Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and write records.

Components

Tools

  • list_records: Lists records from a specified Airtable table with optional filtering
  • search_records: Search for records containing specific text across fields
  • list_bases: Lists all accessible Airtable bases
  • list_tables: Lists all tables in a specific base with configurable detail levels
  • describe_table: Gets detailed information about a specific table
  • 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
  • create_comment: Creates a comment on a record
  • list_comments: Lists comments on a record

HTTP Transport

The server can also run in HTTP mode for use with remote MCP clients by setting MCP_TRANSPORT=http and PORT environment variables.

This server runs through your single 1Server connection. No extra config required.

0Installs
444Stars

Categories

DatabaseProductivityData