airtable-user-mcp
Provides tools for managing Airtable bases with capabilities not available through the official REST API, including schema inspection, field management (formula/rollup/lookup/count fields), view configuration (filters, sorts, grouping), field metadata management, and extension management.
Supports integration with the Amp IDE as one of the AI-enabled editors where the MCP server can be auto-configured through the VS Code extension.
Airtable Formula
Formula editor, MCP server, and AI skills for VS Code
Not affiliated with Airtable Inc. This is a community-maintained project.
Experimental — This project is under active development and not intended for production use. APIs, tools, and behavior may change without notice.
What's In This Repo
This monorepo ships two products from one source tree:
Product | Install | |
Airtable Formula — VS Code extension | ||
airtable-user-mcp — Standalone MCP server |
|
Features
VS Code Extension
Formula Editor — Syntax highlighting, IntelliSense, beautify / minify for
.formulafilesMCP Server — One-click MCP registration for multiple IDEs
AI Skills — Auto-install Airtable-specific skills, rules, and workflows for AI coding assistants
Airtable Login — Credentials in OS keychain, browser-based auth with auto-refresh
Dashboard — React webview with Overview, Setup, and Settings tabs
MCP Server (30 Tools)
Manage Airtable bases with capabilities not available through the official REST API:
Category | Tools | Highlights |
Schema Read | 5 | Full schema inspection — bases, tables, fields, views |
Field Management | 8 | Create formula / rollup / lookup / count fields, validate formulas |
View Configuration | 11 | Filters, sorts, grouping, column visibility, row height |
Field Metadata | 1 | Set or update field descriptions |
Extension Management | 5 | Create, install, enable/disable, rename, remove extensions |
See the full tool reference in packages/mcp-server/README.md.
Supported IDEs
The extension auto-configures MCP for all major AI-enabled editors:
Claude Desktop | Claude Code | Cursor | Windsurf | Cline | Amp |
Don't use VS Code? Use the standalone MCP server directly:
npx airtable-user-mcpFind Us
Registry | Link |
VS Code Marketplace | |
npm | |
Open VSX | |
MCP Registry | |
Glama | |
PulseMCP | |
MCP.so |
Requirements
VS Code ^1.100.0 (or any fork exposing the
McpServerDefinitionProviderAPI)Node.js — bundled via the VS Code runtime; no separate install needed
Google Chrome (or Edge / Chromium) — the Airtable login flow uses Patchright in headless mode. Falls back to
msedgeon Windows andchromiumon Linux. The extension shows an actionable warning if no supported browser is detected.
Development
This is a pnpm monorepo.
Package | Description |
| VS Code extension host (TypeScript + tsup) |
| React dashboard webview (Vite + Tailwind v4) |
| Shared types and message protocol |
|
|
| Build tooling (esbuild bundler, dep vendoring) |
pnpm install # install all packages
pnpm build # build shared → webview → mcp bundle → extension
pnpm package # build + create airtable-formula-X.Y.Z.vsix
pnpm test # run all unit tests
pnpm dev # start webview dev server (browser preview)How the MCP server is bundled: scripts/bundle-mcp.mjs esbuilds packages/mcp-server/src/ into packages/extension/dist/mcp/. Then scripts/prepare-package-deps.mjs vendors patchright, patchright-core, and otpauth into dist/node_modules/ before vsce package runs. The VSIX is fully self-contained.
Support This Project
This project is built and maintained with the help of AI coding tools. If you find it useful and want to support continued development (new tools, updates, bug fixes), you can contribute by gifting Claude Code credits — the primary tool used to build this project.
Interested? Open an issue or reach out to discuss feature requests and sponsorship.
License
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Automations-Project/VSCode-Airtable-Formula'
If you have feedback or need assistance with the MCP directory API, please join our Discord server