Airtable database integration — read, create, update, and delete records in Airtable bases
AIRTABLE_API_KEYnpx @getmcp/cli add airtableConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": [
"-y",
"airtable-mcp-server"
],
"env": {
"AIRTABLE_API_KEY": ""
}
}
}
}