Airtable MCP Server

A Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and write records. It runs locally over stdio via the published package.

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-11 · ★ 456 · #6 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Airtable

before you install - you'll need

MCP_TRANSPORT

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add domdomegg-airtable-mcp-server -- npx -y airtable-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "domdomegg-airtable-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "airtable-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem · Claude Desktop extension (.mcpb bundle)

license MIT - declared in the repository

npm package airtable-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.domdomegg is GitHub-verified and matches the repo owner

03 · What Airtable can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

[!WARNING] The HTTP transport has no built-in authentication, and binding to localhost or a private network is not a security boundary against browsers: a malicious website can use DNS rebinding to make a visitor's browser send requests to http://localhost:3000/mcp

Latest releases

v1.14.0 · 2026-07-27

Bump flatted from 3.3.3 to 3.4.2 · Bump picomatch · Bump path-to-regexp from 8.2.0 to 8.4.0 · Bump vite from 7.2.7 to 7.3.2 · Clarify that the e2e test Airtable PAT is deliberately committed · Bump ajv · Add HTTP…

v1.13.0 · 2026-03-07

Bump minimatch · Bump rollup from 4.53.3 to 4.59.0 · Fix express.json() body size limit for large payloads

v1.12.0 · 2026-02-27

add typecast: true to createRecord and updateRecords · New Contributors · @sinahab made their first contribution in

04 · Who maintains Airtable

Airtable is maintained by domdomegg. We track 17 MCP servers from domdomegg - 17 actively maintained, 861 combined GitHub stars, oldest repo from Dec 2024. Full record: all servers from domdomegg.

  1. Computer Use Control your computer with screenshots, mouse, and keyboard automation. ★ 350
  2. Google Sheets Allow AI systems to read, write, and query spreadsheet data via Google Sheets. ★ 2
  3. Gmail Allow AI systems to read, send, archive, and manage emails via Gmail. ★ 11
  4. Starling Bank Allow AI systems to view and control your Starling Bank account via MCP. ★ 4
  5. Google Drive Allow AI systems to list, search, upload, download, and manage files and folders in Google Drive. ★ 5
  6. Defuddle Fetch Fetch content from the web, cleaned up nicely for LLMs (using Defuddle). ★ 5

05 · Facts

category
productivity - ranked #6 of 139 actively-maintained productivity servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-27)
registry
io.github.domdomegg/airtable-mcp-server (active, first published 2025-09-09 · 9 versions)
packages
npm:airtable-mcp-server · oci:docker.io/domdomegg/airtable-mcp-server:1.14.0 · mcpb:https://github.com/domdomegg/airtable-mcp-server/releases/download/v1.14.0/airtable-mcp-server.mcpb

06 · Airtable FAQ

What is Airtable?

A Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and write records. It runs locally over stdio via the published package.

Is Airtable still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-11 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Airtable?

Run `npx -y airtable-mcp-server`. The README documents one environment variable (MCP_TRANSPORT) to set first. You can also paste the ready-made client config above.

Does Airtable run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Airtable

More productivity MCP servers · Caldav MCP · Google Tasks MCP Server · Paper Distill MCP · Self Inspect MCP

More TypeScript MCP servers · Computer Use · Defuddle Fetch · Downdetector · Gmail (domdomegg) · Google Contacts · see all