Automic VaultAutomic Vault

brew

airtable-mcp-server を Homebrew でインストール

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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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