github-2k6b/airtable-user-mcpCommunity MCP server for Airtable that provides **30 tools** for managing Airtable bases. Uses Airtable's internal API to support capabilities **not available through the official REST API**: - **Schema inspection** — Full schema read for bases, tables, fields, and views - **Field management** — Create formula, rollup, lookup, and count fields; validate formulas before applying - **View configuration** — Filters, sorts, grouping, column visibility, row height - **Extension management** — Create, install, enable/disable, rename, remove extensions ## Quick Start ```json { "mcpServers": { "airtable": { "command": "npx", "args": ["-y", "airtable-user-mcp"] } } }