Airtable MCP
The official Airtable MCP server allows AI models to interact with Airtable bases. It provides tools to list bases, retrieve table schemas, and perform CRUD operations on records. This integration enables building AI assistants that can manage data in Airtable, automate workflows, and provide insights from structured data.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-airtable"
],
"env": {
"AIRTABLE_API_KEY": "YOUR_PERSONAL_ACCESS_TOKEN"
}
}
}
}Key Features
List and search Airtable bases
Retrieve table schemas and field information
Read, create, update, and delete records
Support for complex field types and attachments
Server Details
The official Airtable MCP server allows AI models to interact with Airtable bases. It provides tools to list bases, retrieve table schemas, and perform CRUD operations on records. This integration enables building AI assistants that can manage data in Airtable, automate workflows, and provide insights from structured data.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository