Airtable MCP ServerServer

domdomegg
GitHub
AirtableDatabaseModel Context Protocol

Loading subscription status...

๐Ÿ’ก Description

Airtable model context protocol server providing read and write access to Airtable databases. This server enables LLMs to inspect database schemas and read and write records.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "airtable-mcp-server": {
        "env": {
          "AIRTABLE_ACCESS_TOKEN": "pat123.abc123"
        },
        "args": [
          "baseId",
          "tableId",
          "recordId",
          "fields"
        ],
        "command": "claude_desktop_config.json"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

create_recordlist_recordsupdate_recordsdelete_recordslist_baseslist_tables

โšก Features

  • Read and write records
  • List bases and tables
  • Create, update, and delete records

๐Ÿ’ฌ Example Queries

  • List all records in a specific Airtable table.
  • Search for a record containing specific text in a database.
  • Create a new record in an Airtable table.