airtable-mcp-server logo

airtable-mcp-server๐Ÿ—‚๏ธ๐Ÿค– Airtable Model Context Protocol Server, for allowing AI systems to interact with your Airtable bases

โ€” (0)
Daniel NikulshynReviewed by Daniel NikulshynยทUpdated July 2026

Overview

Airtable Model Context Protocol Server is a protocol server that provides read and write access to Airtable databases. It enables Large Language Models (LLMs) to inspect database schemas and read and write records. To use the server, users need an Airtable personal access token with specific scopes and access to the desired Airtable bases. The server offers various components, including listing records, searching for records, listing accessible bases, and creating, updating, or retrieving records. These components can be used in AI systems to interact with Airtable databases securely and efficiently.

Key features

  • list_records
  • search_records
  • list_bases
  • list_tables
  • describe_table
  • get_record

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

AI-Powered Data Analysis

Use the airtable-mcp-server to enable LLMs to analyze data stored in Airtable databases.

Automated Data Entry

Integrate the airtable-mcp-server with AI tools to automate data entry into Airtable databases.

Pros & Cons

Pros

  • Enables LLMs to interact with Airtable databases
  • Supports multiple operations for reading and writing records
  • Integrates with various AI tools
  • Allows for detailed table description and record retrieval

Cons

  • Requires an Airtable personal access token with specific scopes
  • Limited to operations supported by the Model Context Protocol

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

How do I configure the server to work with my AI tool?

Install the MCP client (e.g., Claude, VS Code) and run the provided install script to generate a config. Insert your Airtable API key into the AIRTABLE_API_KEY placeholder and ensure the base IDs and table IDs you need are accessible to the token. Then use the MCP components in your AI workflow to interact with Airtable.

Asked by Olamide Fashola ยท Feb 14, 2026

Can the server create or update Airtable records?

Yes, if you provide a token with write scopes (schema.bases:write and data.records:write), the server can create or update records in the specified bases. Read-only tokens will limit you to list and search operations.

Asked by Gustav Lindberg ยท Jan 10, 2026

Which Airtable operations can the MCP Server perform?

The server supports listing records, searching records by text, listing accessible bases, listing tables in a base, describing a table in detail, and retrieving a single record. All these actions are available via the Model Context Protocol components.

Asked by Timur Nazarov ยท Nov 25, 2025

What authentication is required to use the Airtable MCP Server?

You must provide an Airtable personal access token with the scopes schema.bases:read, data.records:read, and optionally schema.bases:write, data.records:write, data.recordComments:read, and data.recordComments:write. The token is set as AIRTABLE_API_KEY in the server configuration.

Asked by Jarrah Whitlock ยท Nov 5, 2025

Ask a question

MCP Servers alternatives