A community Airtable server (`domdomegg/airtable-mcp-server`) that gives an AI client structured access to your Airtable bases: list bases and tables, inspect a schema, search and read records, create and update records, add fields and tables, and manage record comments and attachments. Every call is a deterministic Airtable API operation scoped to the personal access token you supply. Runs locally over stdio.
Example prompts
List the tables in my CRM base and describe the schema of the Deals table.
Find every record in Deals with status "stalled" and add a follow-up comment.
Before you connect
What this server signs you in with — you provide it to the server itself, not to FindAgent. The full setup is on the Setup tab.