Airtable

MCP Server

Read and write access to Airtable databases. Query records, create entries, update fields, and manage bases.

by Community

★★★★☆ 4.1/5 (80 reviews)
850GitHub stars
12kinstalls
Updated 2026-01-15
typescriptbeginneractive

Installation

npx -y airtable-mcp-server

Quick Start

```json
{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": ["-y", "airtable-mcp-server"],
      "env": { "AIRTABLE_API_KEY": "your-key" }
    }
  }
}
```

Tools & Capabilities

list_records
create_record
update_record
list_bases

Compatibility

Claude Desktop Continue

About Airtable

Read and write access to Airtable databases. Query records, create entries, update fields, and manage bases.

View on GitHub →

Language: TypeScript

Category: Databases

← Back to MCP Hub Directory