Back to directory
airtable-mcp-server

airtable-mcp-server

@domdomegg437

A Model Context Protocol server that provides read and write access to Airtable databases, enabling LLMs to inspect schemas, read and write records.

airtabledatabasemcp-server

Installation & Configuration

{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": [
        "-y",
        "airtable-mcp-server"
      ],
      "env": {
        "AIRTABLE_API_KEY": "pat123.abc123"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2024/12/12
Updated
2026/6/7