Airtable
Summary
Read and write Airtable bases from an AI client — records, schemas, fields, and views.
Features
- Read and write records across bases and tables
- Inspect base schemas, fields, and views
- Create and modify tables and fields
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
This MCP server gives an assistant full read and write access to Airtable, which is unusually valuable because Airtable is where a lot of small teams keep their operational data.
What it covers
- Records. List, search, create, update, and delete, with filtering by formula and view.
- Schema inspection. Bases, tables, fields, and their types — so the assistant writes to the right fields with the right formats rather than guessing.
- Schema modification. Create tables and fields, which means an assistant can set up a base structure from a description.
Typical uses
Bulk-updating records that would be tedious by hand; answering questions across a base without building a view for them; migrating data between tables; and generating structured records from unstructured input — turning a pile of notes into rows.
Setup
Requires an Airtable personal access token with the scopes for the bases you want reachable. Scope the token to specific bases rather than granting workspace-wide access.
Runs with npx -y airtable-mcp-server. Widely used and actively maintained.
Related MCP Servers
Slack
by Zencoder
Read and post to Slack from an AI client — channels, threads, reactions, and user lookup.
n8n MCP Server
by n8n
Official instance-level MCP server that lets AI agents discover, run, and edit workflows on your n8n instance.
Taskade MCP Server
by Taskade
Open-source MCP server connecting agents to Taskade workspaces — projects, tasks, AI agents, and automations.
HubSpot
by HubSpot
HubSpot's official remote MCP server — read and write CRM contacts, companies, deals, and tickets through natural language.