Skip to main content
DatabasesPython

rashidazarang/airtable-mcp

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.

databasescloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/rashidazarang/airtable-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
rashidazarang