MCP profile
Airtable
Read and write access to Airtable database schemas, tables, and records.
Productivity & WorkflowPackageJavaScript/TypeScript, oci, mcpbOpen SourceExternal
Last updated
March 16, 2026
Visibility
Public
ByRegistry
About This MCP Server
A Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and write records.
https://github.com/user-attachments/assets/c8285e76-d0ed-4018-94c7-20535db6c944
Tools & Endpoints12
Specifications
Status
live
Industry
Productivity & Workflow
Category
General
Server type
Package
Language
JavaScript/TypeScript, oci, mcpb
License
Open Source
Verified
Yes
Requirements
- Name: Anything you want e.g. 'Airtable MCP Server Token'.
- Scopes: schema.bases:read, data.records:read, and optionally schema.bases:write, data.records:write, data.recordComments:read, and data.recordComments:write.
- Access: The bases you want to access. If you're not sure, select 'Add all resources'.
- Claude Desktop
- Cursor
Hosting
Hosting Options
- Package
API
Integrate this server into your application. Choose a connection method below.
1
Configure
Configuration
json
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": [
"-y",
"airtable-mcp-server"
],
"env": {
"AIRTABLE_API_KEY": "pat123.abc123",
}
}
}
}Performance
Usage
Quick Reference
- Name
- Airtable
- Function
- Read and write access to Airtable database schemas, tables, and records.
- Available Tools
- list_records, Lists records from a specified Airtable table, Input parameters:, baseId (string, required): The ID of the Airtable base, tableId (string, required): The ID of the table to query, maxRecords (number, optional): Maximum number of records to return. Defaults to 100., filterByFormula (string, optional): Airtable formula to filter records, search_records, Search for records containing specific text, Input parameters:, baseId (string, required): The ID of the Airtable base, tableId (string, required): The ID of the table to query
- Transport
- Package
- Language
- JavaScript/TypeScript, oci, mcpb
- Source
- External (Registry)
- License
- Open Source
Get started
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.