mcp-registry/airtable-mcp-server

    ==================
      
       /// MCP ///
      /// AIR ///
        
    ==================
        
    [server:online]
    [protocol:ready]

airtable-mcp-server

by domdomegg

Model Context Protocol server that lets LLMs read/write Airtable bases (schema discovery, CRUD operations, etc.)

205
58
Open Source

Installation

1. Prerequisites:
• Node.js ≥ 18
• An Airtable Personal Access Token (PAT) with "data.records:read" scope for every base you want to expose.
2. Install the package globally (for a stand-alone server):
npm install -g airtable-mcp-server
or add it to an existing project:
npm install --save airtable-mcp-server
3. Create an environment file (.env) or export the following variables:
AIRTABLE_TOKEN=<your-airtable-pat>
AIRTABLE_BASES="baseId1,baseId2" # comma-separated list of bases to expose
PORT=8080 # optional – defaults to 3000
4. Start the MCP server:
npx airtable-mcp-server # or `airtable-mcp-server` if installed globally
5. The service will be available at http://localhost:<PORT>/mcp/v1/.

Documentation

# Transform Airtable into Your Development Database with Augment Code

Give Augment Code direct access to your Airtable bases and unlock database-driven development workflows that feel native to your coding environment. The Airtable MCP server transforms Augment from a code assistant into a powerful database client that can read, write, and manage your Airtable data while you code.

## Seamless Database Integration in Your IDE

Instead of switching between your code editor and Airtable's web interface, Augment Code can now directly interact with your bases through natural language commands. Ask Augment to "create a new user record in the customers table" or "find all pending orders from last week" and watch it execute the operations in real-time. The server provides complete schema discovery, so Augment understands your table structures, field types, and relationships without any manual configuration.

## Supercharge Your Development Workflow

This integration excels for developers building content management systems, customer databases, or any application where Airtable serves as the backend. Augment can now generate API endpoints that directly query your Airtable data, write database migration scripts, build admin interfaces, or create data validation functions - all while maintaining live connections to your actual data. Whether you're prototyping a new feature or debugging production issues, having Augment query your Airtable bases directly eliminates the constant context switching that slows down database-driven development.

**Setup**: Add the server to your Augment Code MCP configuration with your Airtable Personal Access Token, and suddenly every table, field, and record becomes accessible through conversational commands. Your databases become as integrated into your development process as your code itself.
License: MIT License
Updated 7/15/2025

Table of Contents