Airtable MCP Server
Provides tools for managing Airtable records, bases, tables, fields, and webhooks, enabling CRUD operations and schema modifications.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Airtable MCP ServerList records from the 'Orders' table in my Airtable base."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Airtable MCP Server
MCP server for Airtable API — manage records, bases, tables, fields, and webhooks through 18 tools.
Quick Start
Claude Desktop / Cursor
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": ["-y", "@node2flow/airtable-mcp"],
"env": {
"AIRTABLE_PAT": "your_personal_access_token"
}
}
}
}HTTP Mode
AIRTABLE_PAT=your_token npx @node2flow/airtable-mcp --http
# MCP endpoint: http://localhost:3000/mcpCloudflare Worker
POST https://airtable-mcp.node2flow.net/mcp?AIRTABLE_PAT=your_tokenRelated MCP server: airtable-user-mcp
Configuration
Variable | Required | Description |
| Yes | Personal Access Token from airtable.com/create/tokens |
Getting a Personal Access Token
Create a new token with required scopes:
data.records:read— Read recordsdata.records:write— Create/Update/Delete recordsschema.bases:read— Read base schemaschema.bases:write— Modify base schema
Select which bases/workspaces the token can access
Tools (18)
Record Tools (6)
Tool | Description |
| List records with filters, sorting, pagination |
| Get a single record by ID |
| Create records (batch up to 10) |
| Partial update records (batch up to 10) |
| Delete records (batch up to 10) |
| Update-or-create by matching fields |
Bases & Schema Tools (7)
Tool | Description |
| List all accessible bases |
| Get all tables, fields, views |
| Create a new base in a workspace |
| Create a new table with fields |
| Update table name or description |
| Add a field to a table |
| Update field name or description |
Webhook Tools (5)
Tool | Description |
| Create webhook for data changes |
| List all webhooks for a base |
| Extend webhook expiration (+7 days) |
| Get pending webhook payloads |
| Delete a webhook |
Docker
docker compose up -d
# Endpoint: http://localhost:3024/mcpLicense
MIT License - see LICENSE
Copyright (c) 2026 Node2Flow
Links
This server cannot be deployed
Maintenance
Related MCP Connectors
- mcpOAuthcom.airtable
Official Airtable MCP server — database and operations layer for agents.
Airtable MCP Pack — wraps the Airtable REST API v0
Remote MCP server to read and manage your Atako AI agents, messages, files, and integrations.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Related MCP Servers
- AlicenseAqualityCmaintenanceA Model Context Protocol server that provides tools for programmatically managing Airtable bases, tables, fields, and records through Claude Desktop or other MCP clients.1263575MIT
- AlicenseAqualityAmaintenanceCommunity MCP server for Airtable that provides 30 tools for managing Airtable bases. Uses Airtable's internal API to support capabilities not available through the official REST API:6731MIT
- AlicenseNot gradedqualityBmaintenanceA production-ready MCP server for Airtable that enables programmatic management of bases, tables, fields, and records through Claude Desktop or other MCP clients using Effect for type-safe and robust API interactions.171MIT
- AlicenseNot gradedqualityDmaintenanceExtends Airtable MCP server with full CRUD, bulk import/upsert, data analysis, schema validation, and data export capabilities.MIT