sz84.net
MCP ServersAirtable MCP

Airtable MCP

The official Airtable MCP server allows AI models to interact with Airtable bases. It provides tools to list bases, retrieve table schemas, and perform CRUD operations on records. This integration enables building AI assistants that can manage data in Airtable, automate workflows, and provide insights from structured data.

OfficialProductivityAirtablefree

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-airtable"
      ],
      "env": {
        "AIRTABLE_API_KEY": "YOUR_PERSONAL_ACCESS_TOKEN"
      }
    }
  }
}

Key Features

List and search Airtable bases

Retrieve table schemas and field information

Read, create, update, and delete records

Support for complex field types and attachments

Server Details

The official Airtable MCP server allows AI models to interact with Airtable bases. It provides tools to list bases, retrieve table schemas, and perform CRUD operations on records. This integration enables building AI assistants that can manage data in Airtable, automate workflows, and provide insights from structured data.

Visit Source / Official Link

Go to the official repository for source code, docs, and installation.

GitHub