Airtable MCP server
Active
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.
Updated 8/2/2025
Key Features
What makes this MCP server special
Airtable Management
Requirements
NPX
Server Information
Status
Active
Version
1.0.0
License
MIT
Author
modelcontextprotocol
Installation Guide
Get started with this MCP server in minutes
1. Install the Package
https://github.com/domdomegg/airtable-mcp-server?tab=readme-ov-file#installation
2. Configuration
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": [
"-y",
"airtable-mcp-server"
],
"env": {
"AIRTABLE_API_KEY": "pat123.abc123"
}
}
}
}
3. Usage Example
Airtable management