← tools

Airtable MCP Server

Enables AI agents to interact with Airtable through the Model Context Protocol. Supports listing bases and tables, querying records with filters, creating and updating records, and managing field schemas. Ideal for agents that automate CRM workflows, project tracking, or data collection pipelines stored in Airtable.

Security Assessment

Levelcaution
Permissionsread:bases, write:records, read:schema
Data Exposurecontent
Requires SupervisorNo
Risk NotesRead/write access to all bases the API key permits. Can modify production data. Scope your API key to read-only if agents should not write.

Integration

Typemcp-server
Packageairtable-mcp-server
Installnpx -y airtable-mcp-server
Authapi-key

Capabilities

Actionslist_bases, list_tables, query_records, create_record, update_record, delete_record
Input Typestext, json
Output Typesjson, text
When to UseWhen agents need to read from or write structured records to Airtable bases for CRM, project tracking, or data collection.
When NOT to UseFor heavy analytical workloads; use a proper database like PostgreSQL instead.

Category: data · Free tier: Yes · Airtable has a free tier; API access is available on all plans. · Source

Collected: 2026-03-15 from https://github.com/dosuken123/airtable-mcp-server