Back to Apps

Airtable MCP Server
by domdomegg
Connect AI systems to Airtable bases with full read/write access to records, tables, and schemas.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
This server provides a robust bridge between LLMs and Airtable, allowing AI agents to treat an Airtable base as a dynamic database. It enables the AI to inspect schemas, query records with formulas, and perform full CRUD operations on data and table structures.
Tools
list_records: Retrieve records from a table with optional formula filtering.search_records: Perform text-based searches across table fields.list_bases&list_tables: Discover available bases and their internal structures.create_record&update_records: Write or modify data within a base.create_table&create_field: Dynamically modify the database schema.create_comment&list_comments: Manage record-level discussions.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": ["-y", "airtable-mcp-server"],
"env": {
"AIRTABLE_API_KEY": "your_pat_token"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
npx -y airtable-mcp-serverInformation
- Pricing
- free
- Published
- 4/19/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
{"mcpServers": {"airtable": {"command": "npx", "args": ["-y", "airtable-mcp-server"], "env": {"AIRTABLE_API_KEY": "your_pat_token"}}}}Claude Desktop
{"mcpServers": {"airtable": {"command": "npx", "args": ["-y", "airtable-mcp-server"], "env": {"AIRTABLE_API_KEY": "your_pat_token"}}}}





