Airtable
CommunitybyCommunity
Read/write access with schema inspection for Airtable bases.
API Key Required
Configuration
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-airtable"
],
"env": {
"AIRTABLE_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.