
Airtable
Let your agent create, read, update, and delete Airtable records while you scaffold ops dashboards, CRM-lite bases, and lightweight backends.
Overview
com.mcparmory/airtable is an MCP server for the Build phase that creates, reads, updates, and deletes records in Airtable bases and tables from your agent.
What is this MCP server?
- Full record lifecycle: create, read, update, and delete in Airtable bases and tables
- stdio MCP via uvx mcparmory-airtable or Docker ghcr.io/mcparmory/airtable:1.0.3
- Fits lightweight CRM, content calendars, and validation prototypes without a custom DB
- Registry package version 1.0.3 from github.com/mcparmory/registry
- Agent-driven bulk or scripted table updates during feature work
- Server version 1.0.3
- 2 packages: PyPI mcparmory-airtable (uvx) and OCI ghcr.io/mcparmory/airtable:1.0.3
- stdio transport in server.schema.json manifest
Community signal: 25 GitHub stars.
What problem does it solve?
Builders juggling Airtable for ops data still break flow when every record change means leaving the IDE for the web UI or writing one-off scripts.
Who is it for?
Solo founders using Airtable as a living database during MVP build, agent automations, and light internal tooling.
Skip if: Production apps that need transactional SQL, complex relational queries, or teams standardized on Postgres-only backends.
What do I get? / Deliverables
After registration, your agent can CRUD Airtable rows directly so prototypes, waitlists, and internal tools stay in sync with code changes.
- Synchronized Airtable records from agent-driven workflows
- Seeded or corrected rows in target bases and tables
- Repeatable CRUD patterns for MVP ops without custom admin UI
Recommended MCP Servers
Journey fit
Build is where solo products wire third-party data stores and no-code tables into apps and agent workflows. Integrations covers connecting external SaaS APIs; Airtable CRUD is a classic ops-and-prototype data bridge.
How it compares
Airtable CRUD MCP bridge, not a spreadsheet skill or full ORM code generator.
Common Questions / FAQ
Who is com.mcparmory/airtable for?
Solo builders and small teams who run ops or product data in Airtable and want Claude Code, Cursor, or Codex to manage records without manual UI edits.
When should I use com.mcparmory/airtable?
Use it while building integrations, seeding validation bases, syncing user signups, or patching table data during feature implementation.
How do I add com.mcparmory/airtable to my agent?
Configure MCP stdio with uvx for mcparmory-airtable or the ghcr.io/mcparmory/airtable:1.0.3 image, set AIRTABLE_API_KEY (or equivalent) per registry instructions, and restart your agent host.