Skip to main content
DatabasesTypeScript

domdomegg/airtable-mcp-server

Airtable database integration with schema inspection, read and write capabilities

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/domdomegg/airtable-mcp-server

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
TypeScript
Author
domdomegg