# 使用 Homebrew 安装 airtable-mcp-server

查看 airtable-mcp-server 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:airtable-mcp-server
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install airtable-mcp-server
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:airtable-mcp-server
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/airtable-mcp-server>
- **版本:** 1.13.0
- **来源摘要:** MCP Server for Airtable
- **主页:** <https://github.com/domdomegg/airtable-mcp-server>
- **仓库:** <https://github.com/domdomegg/airtable-mcp-server>
- **上游文档:** <https://github.com/domdomegg/airtable-mcp-server>
- **许可证:** MIT
- **源码归档:** <https://registry.npmjs.org/airtable-mcp-server/-/airtable-mcp-server-1.13.0.tgz>
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- airtable-mcp-server (cli)
- airtable-mcp-server (别名)

## 依赖

- node

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 all

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 1.13.0
- 本地数据: OK
- 上游仓库: https://github.com/domdomegg/airtable-mcp-server
- 信息: No package-manager update timestamp was available.
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

airtable-mcp-server is a Model Context Protocol server that gives LLM clients read and write access to Airtable bases. It packages Airtable schema inspection, record operations, table and field mutation, and comments into MCP tools.

### 项目历史

The repository README describes the project as an MCP server for Airtable databases, enabling LLMs to inspect database schemas and read and write records. It is a TypeScript/Node-style CLI distributed as `airtable-mcp-server` and commonly launched through `npx` from an MCP client configuration.

The project belongs to the first wave of small service-specific MCP servers that appeared after MCP clients began standardizing external tool connections. Its own README points users to generated MCP client config for Claude Code, Claude Desktop, Cursor, Cline, VS Code, and more.

### 采用历史

Public GitHub releases show rapid 1.x activity through late 2025 and early 2026, with v1.13.0 published on 2026-03-07. Homebrew packaging gives users a native formula in addition to the README's `npx -y airtable-mcp-server` launch path.

Adoption is coupled to Airtable personal access tokens and MCP client config files: users install the executable, grant Airtable scopes such as `schema.bases:read` and `data.records:read`, and store `AIRTABLE_API_KEY` in the generated client config.

### 使用方式

The server exposes tools for listing bases and tables, describing table schemas, listing/searching/getting records, creating/updating/deleting records, creating/updating tables and fields, and reading or creating comments. It can also run in HTTP mode using `MCP_TRANSPORT=http PORT=3000 npx airtable-mcp-server`.

Its default usage is not a human-facing CLI session but a background MCP server launched by a client such as Claude Desktop or Cursor. The configuration file therefore doubles as the credential location because the Airtable token is set as `AIRTABLE_API_KEY` in that client config.

### 为什么软件包爱好者会关心

This package is a neat example of Homebrew packaging an MCP server: the executable is small, but the interesting operational state lives in editor or assistant config files and environment variables rather than in the package prefix.

It also captures the 2025-era packaging pattern for AI tool servers: an npm-oriented command, optional Homebrew formula, service-specific API token, and a schema of named tools that the host LLM client discovers at runtime.

### 时间线

- 2025: airtable-mcp-server appears as an MCP server for Airtable with npm-style execution and client-generated config.
- 2025-10-26: v1.9.x releases published on GitHub.
- 2026-03-07: v1.13.0 published on GitHub releases.

### Related projects

- Airtable is the backing database/API service.
- The Model Context Protocol is the integration protocol used by the server.
- Claude Desktop, Claude Code, Cursor, Cline, and VS Code are named by the README as supported MCP client configuration targets.

### 来源

- <https://github.com/domdomegg/airtable-mcp-server>
- <https://github.com/domdomegg/airtable-mcp-server/releases>
- source_facts.package-manager


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: claude_desktop_config.json, ~/.cursor/mcp.json, .cursor/mcp.json

## Credential files

- Unix: claude_desktop_config.json, ~/.cursor/mcp.json, .cursor/mcp.json
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** airtable-mcp-server
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## 相关链接

- [Source-control packages](https://www.automicvault.com/zh-hans/pkg/source-control-tools/) - Belongs to a source-control command family.
- [MCP tool packages](https://www.automicvault.com/zh-hans/pkg/mcp-tools/) - Mentions MCP or Model Context Protocol.
- [Secret-risk packages](https://www.automicvault.com/zh-hans/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [node](https://www.automicvault.com/zh-hans/pkg/brew/node/) - Runtime dependency declared by Homebrew.
- [slack-mcp-server](https://www.automicvault.com/zh-hans/pkg/brew/slack-mcp-server/) - Shares av.db curated category or tags: cli, developer-tools, mcp, server.
- [chrome-devtools-mcp](https://www.automicvault.com/zh-hans/pkg/brew/chrome-devtools-mcp/) - Shares av.db curated category or tags: cli, developer-tools, mcp.
- [mcp-get](https://www.automicvault.com/zh-hans/pkg/brew/mcp-get/) - Shares av.db curated category or tags: cli, developer-tools, mcp.
- [mcp-inspector](https://www.automicvault.com/zh-hans/pkg/brew/mcp-inspector/) - Shares av.db curated category or tags: cli, developer-tools, mcp.
- [mcp-publisher](https://www.automicvault.com/zh-hans/pkg/brew/mcp-publisher/) - Shares av.db curated category or tags: cli, developer-tools, mcp.
- [mcp-remote](https://www.automicvault.com/zh-hans/pkg/brew/mcp-remote/) - Shares av.db curated category or tags: cli, developer-tools, mcp.
- [mcphost](https://www.automicvault.com/zh-hans/pkg/brew/mcphost/) - Shares av.db curated category or tags: cli, developer-tools, mcp.
- [mcpm](https://www.automicvault.com/zh-hans/pkg/brew/mcpm/) - Shares av.db curated category or tags: cli, developer-tools, mcp.
- [hf-mcp-server](https://www.automicvault.com/zh-hans/pkg/brew/hf-mcp-server/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, mcp, node.

## Combined YAML source

View the package source record on GitHub. [combined/airtable-mcp-server.yml](https://github.com/automic-vault/db/blob/main/combined/airtable-mcp-server.yml)


## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- cross-ecosystem install command graph
