macOS
brew install airtable-mcp-serverlocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de airtable-mcp-server pour les workflows d'agents IA.
installation
brew install airtable-mcp-serverlocal Homebrew formula metadata
aperçu
MCP Server for Airtable
historique
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.
posture de sécurité
broad file, network, media, or database tool signal.
risque blue · confiance moyen · tool
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
local files
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.
Config paths the tool may read or write during local use.
claude_desktop_config.json~/.cursor/mcp.json.cursor/mcp.jsonCredential-bearing paths to review before unattended agent runs.
claude_desktop_config.json~/.cursor/mcp.json.cursor/mcp.jsonexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
airtable-mcp-server | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/domdomegg/airtable-mcp-server
métadonnées d'installation
| Clé du paquet | brew:airtable-mcp-server |
|---|---|
| Version | 1.13.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/airtable-mcp-server |
| Page d'accueil | https://github.com/domdomegg/airtable-mcp-server |
| Dépôt | https://github.com/domdomegg/airtable-mcp-server |
| Docs amont | https://github.com/domdomegg/airtable-mcp-server |
| Licence | MIT |
| Archive source | https://registry.npmjs.org/airtable-mcp-server/-/airtable-mcp-server-1.13.0.tgz |
| Dépendances | node |
| Bouteille | disponible (sur all) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
piste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.