Airtable User MCP for Zed
io.github.automations-project/airtable-user-mcp
Manage Airtable bases: schema, field CRUD, views, formula validation, extensions
client:Zed
transport:stdio
runtime:npm
Install Airtable User MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"airtable-user-mcp": {
"command": "npx",
"args": [
"-y",
"airtable-user-mcp"
],
"env": {
"AIRTABLE_HEADLESS_ONLY": "<AIRTABLE_HEADLESS_ONLY>",
"AIRTABLE_NO_BROWSER": "<AIRTABLE_NO_BROWSER>",
"AIRTABLE_USER_MCP_HOME": "<AIRTABLE_USER_MCP_HOME>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs