Airtable MCP Server

Official Airtable MCP server providing AI-powered access to Airtable bases, tables, records, and schema. Supports reading, creating, and updating records, managing table structure, and searching across bases.

SKILL.md

Start chatting with Airtable tools

Open Studio to chat with Airtable right now — the skill is included automatically.

AI Skill
SKILL.md

Domain knowledge for Airtable — workflow patterns, data models, and gotchas for your AI agent.

The Airtable MCP server provides full access to your Airtable workspace, enabling AI agents to read, create, and modify data across all your bases. This is particularly useful for content management, project tracking, CRM operations, and any workflow that involves structured data stored in Airtable.

Core Capabilities

Base Discovery & Navigation: Search for bases by name or list all accessible bases in your account. Get detailed schema information including table structures, field types, and configurations.

Record Operations: Query records from tables with full filtering support, create new records with field validation, and update existing records while preserving unchanged fields.

Schema Management: Create new tables with custom field definitions, modify table names and descriptions, add new fields to existing tables, and update field properties.

Health Monitoring: Check server connectivity and status.

Domain Model

Airtable uses a hierarchical structure: AccountBasesTablesRecordsFields. Each base contains multiple tables with defined schemas. Records are rows of data conforming to the table's field structure. Field types include text, number, date, attachment, formula, lookup, and many others.

Key Considerations

Always obtain baseId and tableId through discovery operations before performing record or schema operations. Field types have specific validation rules - ensure data formats match expected field types. When updating records or fields, only specified properties are modified; others remain unchanged. Schema changes (adding fields, creating tables) may affect existing automations and integrations within Airtable.

Integration Details

Authentication
API Key

Frequently Asked Questions

What is the Airtable MCP server?

Official Airtable MCP server providing AI-powered access to Airtable bases, tables, records, and schema. Supports reading, creating, and updating records, managing table structure, and searching across bases. It provides tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Airtable to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/airtable-mcp. Authentication is handled automatically.

What authentication does Airtable require?

Airtable uses API Key. Airtable requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Airtable to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/airtable-mcp

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Airtable?

Open Studio and start using the tools right now — no setup required

Airtable MCP Server & Skill