
Company News
Andrew Becherer Joins Socket as Chief Information Security Officer
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.
@airtable/cli
Advanced tools
A command-line interface for Airtable that auto-discovers available operations from the Airtable MCP server.
npm install -g @airtable/cli
curl -fsSL https://raw.githubusercontent.com/Airtable/airtable-cli/main/install.sh | sh
npx @airtable/cli --help
Note: Node.js 18+ is required for all install methods.
Authenticate via OAuth (opens your browser):
airtable login
Or configure with a personal access token:
airtable configure
List available tools:
airtable tools
Run a tool:
airtable <tool-name> --flag value
airtable login Authenticate via OAuth (opens browser)
airtable configure Set up endpoint and personal access token
airtable tools List available tools
airtable <tool> [--flags] Run a tool
airtable <tool> --help Show help for a tool
airtable <tool> --input - Pass arguments as JSON via stdin
airtable --version Print version
You can manage multiple accounts using profiles:
airtable login --profile work
airtable login --profile personal
airtable tools --profile work
For complex arguments, pipe JSON via stdin:
echo '{"baseId": "appXXX", "tableIdOrName": "Tasks"}' | airtable list-records --input -
airtable <tool> --output raw # Raw text output from the server
Config is stored in ~/.airtable/cli.json. Tool definitions are cached in ~/.airtable/cache-{profile}.json (5-minute TTL).
Build:
npm install
npm run build
Install locally as the airtable command:
npm run build
npm link
After npm link, the airtable binary points directly to dist/cli.js, so you only need to re-run npm run build to pick up changes — no need to re-link.
Unlink when done:
npm unlink -g @airtable/cli
Type-check:
npm run typecheck
MIT
FAQs
Airtable CLI — auto-discovers commands from the MCP server
The npm package @airtable/cli receives a total of 0 weekly downloads. As such, @airtable/cli popularity was classified as not popular.
We found that @airtable/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 21 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.