Airtable
Freeby MCP Community
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 w
v1.13.0Added Apr 12, 2026
Airtable MCP Server
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 w
Installation
Reviews
Installation
Quick install
npx -y airtable-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": ["-y", "airtable-mcp-server"]
}
}
}