Airtable MCPServer

mufonix
GitHub
AirtableIntegrationAI Tools

Loading subscription status...

💡 Description

Connects AI tools directly to Airtable, allowing users to query, create, update, and delete records using natural language. Provides a powerful integration for managing Airtable databases, including base management, table operations, schema manipulation, and record management.

📝 JSON Entries

{
  "mcpServers": [
    {
      "airtable-tools": {
        "args": [
          "airtable-mcp",
          "--token",
          "your_airtable_token",
          "--base",
          "your_base_id"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

list_baseslist_tableslist_recordsget_recordcreate_recordsupdate_recordsdelete_recordsexport_recordsimport_recordscreate_tablesupdate_schemaset_base_idinspect_tableexport_schemacompare_schemasgenerate_field_mappingmigrate_data

Features

  • Base Management
  • Record Management
  • Schema Manipulation
  • Natural Language Interface

💬 Example Queries

  • Show me all the bases I have access to
  • List the tables in my current base
  • Show me the structure of the Clients table
  • Get the first 10 records from the Orders table
  • Create a new record in the Products table
  • Update record XYZ in the Inventory table
  • Export the schema of my current base