Skip to content

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Airtable User MCP in other clients