Home › Other › Airtable User MCP

Airtable User MCP

Manage Airtable bases: schema, field CRUD, views, formula validation, extensions

JavaScript
★ 31 stars Last pushed 2026-08-03 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.1.1)

npx -y airtable-user-mcp@2.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "vscode-airtable-formula": {
      "command": "npx",
      "args": [
        "-y",
        "airtable-user-mcp@2.1.1"
      ],
      "env": {
        "AIRTABLE_HEADLESS_ONLY": "<YOUR_VALUE>",
        "AIRTABLE_NO_BROWSER": "<YOUR_VALUE>",
        "AIRTABLE_USER_MCP_HOME": "<YOUR_VALUE>"
      }
    }
  }
}
  • AIRTABLE_HEADLESS_ONLY — Headless auth (no browser UI)
  • AIRTABLE_NO_BROWSER — Force manual session mode
  • AIRTABLE_USER_MCP_HOME — Override config directory

Related servers

Data from the Official MCP Registry