Airtable MCP Server
Provides tools for managing Airtable bases, tables, and records, including listing, creating, updating, deleting, and searching.
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 all my Airtable bases"
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 with Type 3 DAuth authentication.
Tools
Schema Tools
list_bases- List all accessible Airtable baseslist_tables- List tables in a base (with schema)describe_table- Get detailed table schema information
Records Tools
list_records- List records from a table (supports filterByFormula, sort, pagination)get_record- Get a single record by IDcreate_record- Create a new record in a tableupdate_record- Update a record (PATCH)delete_record- Delete a record
Search Tools
search_records- Search records by text term
Related MCP server: Airtable MCP Server
Setup
Copy
.env.exampleto.env:cp .env.example .envAdd your Airtable API key (Personal Access Token):
AIRTABLE_API_KEY=pat...Install dependencies:
pip install -e .
Usage
python -m src.mainAuthentication
Uses DAuth (Dedalus Auth) for secure credential handling:
Credentials are encrypted client-side
Raw secrets are decrypted only in sealed execution boundaries
Tokens are cryptographically bound to the client (DPoP)
API Reference
Airtable REST API: https://api.airtable.com/v0
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.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides tools for AI assistants to interact with Airtable databases, enabling CRUD operations on Airtable bases and tables.Last updated25MIT
- Alicense-qualityCmaintenanceProvides read and write access to Airtable databases, enabling LLMs to inspect schemas, search, create, update, and delete records, tables, and fields, as well as manage comments on records.Last updated7,179MIT
- Alicense-qualityCmaintenanceEnables comprehensive interaction with Airtable bases including record management with automatic type conversion for all field types. It supports batch operations, schema discovery, and secure authentication using Personal Access Tokens.Last updated25MIT
- AlicenseBqualityDmaintenanceEnables AI assistants and applications to interact with Airtable bases through a secure OAuth-authenticated MCP interface, providing complete API coverage for all Airtable operations.Last updated10MIT
Related MCP Connectors
Airtable MCP Pack — wraps the Airtable REST API v0
Query your Google Sheets as structured JSON: list sheets and tabs, read schemas, filter rows.
Streamline your Attio workflows using natural language to search, create, update, and organize com…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/JiayuuWang/airtable-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server