
Airtable User MCP
Manage Airtable base schema, fields, views, formulas, and extensions from your agent without clicking through the Airtable UI for every change.
Overview
Airtable User MCP is an MCP server for the Build phase that lets agents manage Airtable schema, fields, views, formulas, and extensions programmatically.
What is this MCP server?
- Schema, field CRUD, views, formula validation, and extensions coverage
- npm `airtable-user-mcp` v2.1.1 with npx runtime hint
- Headless modes via AIRTABLE_HEADLESS_ONLY and AIRTABLE_NO_BROWSER
- Configurable data dir with AIRTABLE_USER_MCP_HOME
- Stdio MCP aligned with VS Code Airtable Formula ecosystem
- Version 2.1.1
- Five capability areas: schema, field CRUD, views, formula validation, extensions
- Three documented config env vars for headless and home directory
Community signal: 24 GitHub stars.
What problem does it solve?
You run critical workflows in Airtable but every schema tweak or formula fix forces slow manual UI work outside your agent session.
Who is it for?
Indie builders who already center operations on Airtable and want MCP-driven schema and formula maintenance.
Skip if: Teams needing a full SQL warehouse, real-time sync to Postgres, or Airtable-only no-code users without an MCP agent.
What do I get? / Deliverables
Your agent can validate formulas and apply base changes from the IDE, keeping Airtable aligned with your app and ops docs.
- Updated Airtable fields, views, and schema from agent sessions
- Validated formulas before production automations
- Extension-aware base operations without full UI round-trips
Recommended MCP Servers
Journey fit
Builders wire Airtable as ops CRM, content calendars, and light backends during product build and keep iterating schema as the product evolves. Integrations is the right shelf because the MCP exposes Airtable as a live data surface your agent manipulates, not frontend UI work.
How it compares
Airtable admin and formula MCP, not a generic spreadsheet export or a managed Postgres host.
Common Questions / FAQ
Who is Airtable User MCP for?
Developers and solo founders using AI agents who treat Airtable as an operational database and want programmatic base management.
When should I use Airtable User MCP?
Use it when scaffolding bases for a new product, refactoring fields/views after scope changes, or validating formulas before shipping automations.
How do I add Airtable User MCP to my agent?
Register stdio MCP `airtable-user-mcp` via npx, set headless or browser session env vars per README, authenticate to Airtable, then call base tools from the agent.