Airtable MCP Server
Provides tools for managing Airtable records, bases, tables, fields, and webhooks, enabling CRUD operations and schema modifications.
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/node2flow-th/airtable-mcp-community'
If you have feedback or need assistance with the MCP directory API, please join our Discord server