AUTOMATIONSWITCH
CommunityProductivity

Airtable MCP Server

by domdomegg

Schema-aware Airtable MCP server. 9 tools covering base and table discovery, schema introspection at three detail levels, and per-record CRUD. Available as a Claude Desktop Extension via the Extensions browser.

440·9 tools·Released DEC 2024·MIT
npx -y airtable-mcp-server
Share:

Schema-aware Airtable MCP from domdomegg. 15 releases, MIT, ships as a Claude Desktop Extension via the Extensions browser. 3 commits on main in the last 30 days; latest release 8 weeks old. Picks the slot for AI agents that need to inspect Airtable schema before reading or writing records.

Reviewed by M. Nouriel · MAY 2026

INSTALL THIS SERVER

Requires authenticationAirtable Personal Access Token (PAT). Mint with read-only scopes by default; add write scopes for mutation tools. Token format: pat123.abc123.
{ "mcpServers": { "airtable": { "command": "npx", "args": [ "-y", "airtable-mcp-server" ], "env": { "AIRTABLE_API_KEY": "<your-airtable-pat>" } } } }
PrereqRequires Node.js 18+ and an Airtable Personal Access Token from https://airtable.com/create/tokens/new. Mint with read scopes (schema.bases:read, data.records:read) for read-only agents; add write scopes for mutation tools. Available as a Claude Desktop Extension via Settings > Extensions > Browse Extensions. Path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS).
{ "mcpServers": { "airtable": { "command": "npx", "args": [ "-y", "airtable-mcp-server" ], "env": { "AIRTABLE_API_KEY": "<your-airtable-pat>" } } } }
{ "mcpServers": { "airtable": { "command": "npx", "args": [ "-y", "airtable-mcp-server" ], "env": { "AIRTABLE_API_KEY": "<your-airtable-pat>" } } } }
{ "mcpServers": { "airtable": { "command": "npx", "args": [ "-y", "airtable-mcp-server" ], "env": { "AIRTABLE_API_KEY": "<your-airtable-pat>" } } } }
{ "mcpServers": { "airtable": { "command": "npx", "args": [ "-y", "airtable-mcp-server" ], "env": { "AIRTABLE_API_KEY": "<your-airtable-pat>" } } } }

9 TOOLS AVAILABLE

list_bases
List all accessible Airtable bases
Read
list_tables
List tables in a base with three detail levels
Read
describe_table
Detailed table schema including fields and views
Read
list_records
List records with filtering by formula
Read
search_records
Text search across record fields
Read
get_record
Get a specific record by ID
Read

OUR ASSESSMENT

Strengths
  • 15 releases shipped over 16 months.
  • Schema-aware tools (list_bases, list_tables, describe_table) cover the discovery surface.
  • Three detail levels on schema queries: identifiers-only, identifiers plus types, full schema.
  • MIT licence.
  • Claude Desktop Extension install via Extensions browser, plus npx, Docker, Cline marketplace.
  • Active maintainer (domdomegg, prolific OSS contributor).
  • Per-record CRUD: get_record, create_record, update_record, delete_record.
Weaknesses
  • 3 commits on main in the last 30 days; cadence has eased.
  • Latest release 8 weeks old at time of review.
  • Personal Access Token model means each agent uses an individual user identity; service-account-style auth is on Airtable side.
  • Single-maintainer governance.
Security Notes

Authenticates via Airtable Personal Access Token (AIRTABLE_API_KEY). Mint the token with the minimum scopes for the workflow: schema.bases:read and data.records:read for read-only agents; add schema.bases:write and data.records:write only when mutations are required. Limit the token base access to the bases the agent should touch. Rotate on schedule; PATs are tied to a user identity.

Best For

Teams running Airtable as a structured data store who want LLM access to schema and records; workflows where the agent inspects table schema before reading or writing records; Claude Desktop users wanting one-click install via the Extensions browser.

TECHNICAL DETAILS

Language
typescript
Transport
stdio
Clients
Claude DesktopClaude CodeCursorVS CodeWindsurf
License
MIT
npm
airtable-mcp-server
Last Release
v1.13.0MAR 7, 2026
First Released
DEC 12, 2024

ADOPTION METRICS

// GitHub Stars
440

// Reading this440 stars and 128 forks. 15 releases over 16 months. Claude Desktop Extension distribution amplifies discovery.

// Popularity Rank
#20
Globally · #5 in Productivity

// Reading thisFifth-ranked in productivity. Schema-aware tooling differentiates from generic CRM/database MCPs.

SOURCES & VERIFICATION

We don't take any single directory's word for it. Before scoring, we cross-reference 5 public MCP sources, install the server ourselves against the clients we cover, and record when we last re-verified.

01
Discovered
Manual submission
First indexed MAY 1, 2026
02
Cross-referenced
5 directories
PulseMCP, MCP.so, Glama, Smithery, Official MCP Registry
03
Verified against
Claude Desktop (Extension), Cursor, Cline
Installed and tested across clients
04
Last re-checked
MAY 1, 2026
Weekly re-verification
// How other directories see it

The same server, 5 different lenses. We reconcile these signals into our editorial score, which is why our number sometimes diverges from a directory-aggregate star count.

SourceTheir ratingTheir star countTheir downloadsLast synced
AutomationSwitch This page4editorial440MAY 1, 2026
PulseMCP— unratedunavailableunavailableMAY 1, 2026
MCP.so— unratedunavailableunavailableMAY 1, 2026
Glama— unratedunavailableunavailableMAY 1, 2026
Smithery— unratedunavailableunavailableMAY 1, 2026
Official MCP Registry— unratedunavailableunavailableMAY 1, 2026

// Counts are directory-reported; we don't adjust them. Discrepancies usually come from different snapshot times or star-caching.

OTHER PRODUCTIVITY MCP SERVERS

Community4.5

Excel MCP Server

Haris Musa

Manipulate Excel files locally or remotely with zero Microsoft Excel installation required. Three transport modes (stdio, SSE deprecated, Streamable HTTP recommended) and full coverage of formulas, formatting, charts, pivot tables, and conditional formatting. 3,767 stars.

8 tools3,767
Community4.5

Google Workspace MCP

Taylor Wilsdon

Most feature-complete Google Workspace MCP available. One server covers Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Contacts, Apps Script, Chat, and Custom Search. OAuth 2.1 multi-user support, stateless mode, and an MIT license with no CLA.

12 tools2,233
Community4.3

Obsidian MCP Server

cyanheads

Obsidian vault MCP server with read, write, search, and surgical edit tools via the Local REST API plugin. 14 tools, three search modes (text, Dataview DQL, JSONLogic), STDIO and Streamable HTTP transports.

7 tools481
Community4.2

MCP Atlassian

sooperset

Community-built MCP server for Atlassian products covering Jira and Confluence across both Cloud and Server/Data Center deployments. Supports three authentication paths: API tokens (Cloud), Personal Access Tokens (Server/Data Center), and OAuth 2.0.

8 tools5,055
Vendor4

Notion

Notion

Knowledge base layer providing read and write access to Notion workspaces. Query databases, create pages, update blocks, and search across your workspace.

12 tools1,800
Vendor4

Salesforce DX MCP Server

Salesforce

Official Salesforce CLI org MCP server. Beta status with rapid release cadence and Apache-2.0 licensing. Wraps Salesforce DX tooling for LLM access across orgs, metadata, data, and users toolsets.

5 tools386
// Get in touch

DISCUSS YOUR
MCP REQUIREMENTS.

Evaluating a server, scoping an internal deployment, or working out whether MCP is the right fit at all. Start the conversation and we will point you at the right piece of the ecosystem.

Discuss Your MCP Requirements →