Airtable MCP Server

Airtable MCP servers enable AI models to interact with Airtable bases, providing capabilities for structured data operations, record management, and view-based data access.

{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": ["@felores/airtable-mcp-server"],
      "env": {
        "AIRTABLE_API_KEY": "your_api_key_here"
      }
    }
  }
}

Overview

The MCP Airtable Server bridges AI and Airtable by letting language models (LLMs) work directly with Airtable bases. It's part of the Model Context Protocol (MCP) system, providing a safe and standard way to connect AI with structured data in Airtable. 1

Key features include:

  • View and understand base structures and field types
  • List and filter records using Airtable formulas
  • Create, update, and delete records
  • Work with different views and field types

felores

Tools

Base Management

Field Management

Record Operations

Field Types

Sources

Footnotes

  1. https://github.com/felores/airtable-mcp