Automic VaultAutomic Vault

brew

使用 Homebrew 安装 airtable-mcp-server

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install airtable-mcp-server

local Homebrew formula metadata

概览

软件包摘要

MCP Server for Airtable

命令和别名

  • airtable-mcp-server

历史

项目历史与用法

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.

安全态势

风险级别:blue

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

风险分类器

blue 风险 · 中 置信度 · tool

原因

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

信号

  • text:server

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 1 个平台目标。
  • 安装时包含 1 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

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

Config paths the tool may read or write during local use.

Unix
claude_desktop_config.json~/.cursor/mcp.json.cursor/mcp.json

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
claude_desktop_config.json~/.cursor/mcp.json.cursor/mcp.json

可执行文件

已安装的可执行文件

命令类型暴露范围备注
airtable-mcp-servercli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-08
管理器版本1.13.0
管理器更新时间
本地数据OK
上游not checked
检测到的最新版本未检测到

https://github.com/domdomegg/airtable-mcp-server

安装元数据

软件包元数据

软件包键brew:airtable-mcp-server
版本1.13.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/airtable-mcp-server
主页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
依赖node
Bottle可用 (于 all)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameairtable-mcp-server
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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