Skip to content

Airtable

Free

by MCP Community

A Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and w

v1.13.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Airtable MCP Server

A Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and w

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y airtable-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": ["-y", "airtable-mcp-server"]
    }
  }
}