Airtable for Zed
io.github.domdomegg/airtable-mcp-server
Read and write access to Airtable database schemas, tables, and records.
client:Zed
transport:stdio
runtime:npm
Install Airtable in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"airtable-mcp-server": {
"command": "npx",
"args": [
"-y",
"airtable-mcp-server"
],
"env": {
"AIRTABLE_API_KEY": "<AIRTABLE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs