Back to MCP Servers

Airtable

Connect AI tools directly to Airtable. Query, create, update, and delete records using natural language. Features include base management, table operations, schema manipulation, record filtering, and data migration through a standardized MCP interface.

databasesai

Installation

npx -y airtable-mcp

Configuration

{
  "mcpServers": {
    "airtable-mcp": {
      "command": "npx",
      "args": ["-y", "airtable-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub