Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@airtable/mcp-cli

Package Overview
Dependencies
Maintainers
22
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airtable/mcp-cli - npm Package Compare versions

Comparing version
0.2.1
to
0.2.3
+1
-1
package.json
{
"name": "@airtable/mcp-cli",
"version": "0.2.1",
"version": "0.2.3",
"description": "Airtable MCP CLI — auto-discovers commands from the MCP server",

@@ -5,0 +5,0 @@ "bin": {

@@ -10,7 +10,11 @@ # Airtable MCP CLI

```sh
npm install -g @airtable/mcp-cli
```
Or download a standalone binary:
```sh
curl -fsSL https://raw.githubusercontent.com/Airtable/airtable-mcp-cli/main/install.sh | sh
```
Also available on npm: `npm install -g @airtable/mcp-cli`
## Quick start

@@ -80,2 +84,12 @@

## Skills
Install pre-built skills for common workflows:
```sh
npx skills add airtable/skills
```
Other installation methods can be found in the [Airtable Skills repo](https://github.com/Airtable/skills).
## Automation and agents

@@ -82,0 +96,0 @@

Sorry, the diff of this file is too big to display