Airtable MCPServer

rashidazarang
GitHub
AirtableAI IntegrationNatural Language Processing

Loading subscription status...

💡 Description

Connect AI tools directly to Airtable, allowing users to query, create, update, and delete records using natural language. Features include base management, table operations, schema manipulation, record filtering, and data migration—all through a standardized MCP interface compatible with Claude Desktop and other Claude-based editors.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Airtable MCP": {
        "args": [
          "YOUR_AIRTABLE_TOKEN",
          "YOUR_BASE_ID"
        ],
        "command": "GXP1"
      }
    }
  ]
}

🛠️ Tools

list_baseslist_tableslist_recordsget_recordcreate_recordsupdate_recordsset_base_id

Features

  • Base Management
  • Table Operations
  • Data Access
  • Schema Management
  • Natural Language Interface

💬 Example Queries

  • Show me all my Airtable bases
  • What tables are in this base?
  • Get the record ABC123 from the Tasks table
  • Create a new record in Contacts with name John
  • Update status to Complete in record XYZ