Airtable for Gemini CLI
io.github.domdomegg/airtable-mcp-server
Read and write access to Airtable database schemas, tables, and records.
client:Gemini CLI
transport:stdio
runtime:npm
Install Airtable in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"airtable-mcp-server": {
"command": "npx",
"args": [
"-y",
"airtable-mcp-server"
],
"env": {
"AIRTABLE_API_KEY": "<AIRTABLE_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs