How to connect Airtable to Claude

Connect Claude Web, Desktop and Cowork to Airtable MCP. Add new contacts from a signup list, create a project tracking table in workspace, and more using natural language, with authentication handled for you.

Airtable logoAirtable
Oauth2Api Key

Airtable combines the flexibility of spreadsheets with the power of a database for easy project and data management. Teams use Airtable to organize, track, and collaborate with custom views and automations.

23 Tools6 Triggers

Introduction

Claude is Anthropic's AI assistant, available on the web, in the desktop app, and on mobile. Cowork is its agent for knowledge work, and it runs on all of those surfaces too. Connected to your apps, Claude can work with your files and services to accomplish complex tasks on your behalf.

This guide walks you through the easiest and most secure way to connect your Airtable account to Claude via Composio Connect, enabling it to add new contacts from a signup list, create a project tracking table in workspace, delete outdated records from clients table, and more such actions on your behalf without compromising your account security.

Setup is the same on Claude Web, Desktop, and Cowork, and you only need to do it once. The connector is tied to your account, so it's available in all three.

Also integrate Airtable with

Connecting Airtable to Claude Web, Desktop, and Cowork

1. Open Customize

In Claude Desktop, click Customize in the left sidebar, then select Connectors and click the + icon at the top.

Claude Desktop connectors screen with Add custom connector selected

2. Add the Composio MCP server

Click Add custom connector and paste in the Composio MCP server URL:

bash
https://connect.composio.dev/mcp
Add custom connector dialog with Composio MCP server URL

3. Authorize in your browser

Click Connect. You'll be redirected to a browser window where you can authorize Composio to continue.

Composio authorization screen for Claude Web, Desktop, and Cowork

4. Connect your Airtable account

Back in Claude, ask it to connect to Airtable or give it any Airtable-related task.

For example, ask Claude to:

  • "Add new contacts from a signup list"
  • "Create a project tracking table in workspace"
  • "Delete outdated records from clients table"

It will prompt you to authenticate and authorize access.

That's it. Composio's tools are now available in Claude, and your Airtable account is ready to use.

What is the Airtable Claude Connector, and what's possible with it?

The Airtable MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Airtable account. It provides structured and secure access to your Airtable bases and tables, so your agent can create records, update fields, manage tables, retrieve schemas, and automate project tracking on your behalf.

  • Seamless record creation and management: Easily instruct your agent to add new records, create multiple entries at once, or delete outdated information across any Airtable table.
  • Intuitive table and field customization: Ask your agent to design new tables, add or modify fields, and tailor the structure of your bases for evolving projects and workflows.
  • Efficient schema discovery: Let your agent fetch detailed schema information, including fields and configurations, to power data-driven automation and analysis.
  • Collaborative commenting: Have your agent add or remove comments on specific records, making team collaboration and discussion much smoother from anywhere.
  • Bulk operations for productivity: Enable your agent to perform batch actions like creating or deleting multiple records in one go, saving you time on repetitive data management tasks.

Troubleshooting

1. Why does Claude not use the Composio connector for Airtable?

The connector can show as connected, but Claude must use it in each Airtable conversation.

  • Click + at the lower left of the chat, or type /.
  • Hover Connectors.
  • Turn on Composio.
  • Ask Claude to connect to Airtable again.

2. Why does Claude show an MCP server error before Airtable connects?

Claude can show Couldn't reach the MCP server or Authorization with the MCP server failed when you add the connector for Airtable.

  • Check that the connector URL is https://connect.composio.dev/mcp.
  • Connectors run from Anthropic's cloud, so your device network is usually not the problem.
  • Add the connector again from Customize > Connectors, then ask Claude to connect Airtable.
  • If it fails again, send the error and the ofid_ reference id to support@composio.dev.

3. Why does the Airtable authorization link not work?

The Composio connector is one server. Your Airtable account connects separately when Claude asks for it.

  • If the browser does not open, or the link expires, ask Claude to retry the Airtable connection.
  • Composio creates a fresh Airtable authorization link.
  • Open that link in your browser and finish the Airtable sign-in.

4. Why do Airtable actions fail after they worked before?

The Airtable connection can expire or lose permission.

  • Ask Claude to inspect the Airtable connection.
  • If the connection is unhealthy, disconnect it when Claude prompts you.
  • Reconnect the Airtable account and retry the action.
  • If Claude shows a permission prompt, approve it before Claude changes data in Airtable.
  • If the action still fails with a permission error, check that the connected account has that permission in Airtable itself.

5. How do I switch to a different Airtable account?

Claude can manage the Airtable connection for you.

  • Ask Claude to disconnect or delete the current Airtable account.
  • Ask Claude to connect Airtable again.
  • Open the new Composio authorization link for Airtable.
  • Sign in with the other Airtable account in the browser.
  • After the account connects, ask Claude to retry the Airtable task.

6. Why is my Airtable connection missing in Claude Desktop or on a Team plan?

The connector belongs to your Claude account, so your Airtable connection works in Claude Web, Desktop, and Cowork.

  • In Claude Desktop, open Customize > Connectors.
  • Next to Composio, click and click Clear cache.
  • If Airtable tools still do not appear, click , disconnect, remove the connector, and add it again.
  • On Team or Enterprise, an Owner or Primary Owner must enable the connector before you can connect Airtable.
TOOLS & TRIGGERS

Supported Tools and Triggers

Every Airtable action and event your agent gets out of the box.

Create base

Creates a new Airtable base with specified tables and fields within a workspace.

Create Comment

Tool to create a comment on a specific Airtable record.

Create Field

Creates a new field within a specified table in an Airtable base.

Create Record From Natural Language

Creates a new record in an Airtable table from a natural language description.

Create records

Tool to create multiple records (up to 10) in a specified Airtable table.

Create table

Creates a new table within a specified existing Airtable base, allowing definition of its name, description, and field structure.

Delete Comment

Tool to delete a comment from a record in an Airtable table.

Delete multiple records

Tool to delete up to 10 specified records from a table within an Airtable base.

Delete Record

Permanently deletes a specific record from an existing table within an existing Airtable base.

Get Base Schema

Retrieves the detailed schema for a specified Airtable base, including its tables, fields, field types, and configurations, using the `baseId`.

Get Record

Retrieves a specific record from an Airtable table by its record ID.

Get user information

Retrieves information, such as ID and permission scopes, for the currently authenticated Airtable user from the `/meta/whoami` endpoint.

List bases

Retrieves all Airtable bases accessible to the authenticated user, which may include an 'offset' for pagination.

List Comments

Tool to list comments on a specific Airtable record.

List records

Tool to list records from an Airtable table with filtering, sorting, and pagination.

Update Comment

Tool to update an existing comment on a specific Airtable record.

Update Field

Updates a field's name or description in an Airtable table.

Update multiple records

Tool to update up to 10 records in an Airtable table with selective field modifications.

Update multiple records (PUT)

Tool to destructively update multiple records in Airtable using PUT, clearing unspecified fields.

Update record

Modifies specified fields of an existing record in an Airtable base and table; the base, table, and record must exist.

Update record (PUT)

Updates an existing record in an Airtable base using PUT method.

Update Table

Updates the name, description, and/or date dependency settings of a table in Airtable.

Upload attachment

Uploads a file attachment to a specified field in an Airtable record.

FAQ

Frequently asked questions

With a standalone Airtable MCP server, the agents and LLMs can only access a fixed set of Airtable tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Airtable and many other apps based on the task at hand, all through a single MCP endpoint.

Yes, you can. Claude Cowork fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Airtable tools.

Yes, absolutely. You can configure which Airtable scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Airtable data and credentials are handled as safely as possible.

Start with Airtable.It takes 30 seconds.

Managed auth, hosted MCP servers, and every Airtable tool your agent needs.Free to start.

Start building