SERVER

Airtable MCP Server

Rank #740

io.github.domdomegg/airtable-mcp-server

Read and write access to Airtable database schemas, tables, and records.

First listed
Sep 9, 2025
Last publish date
Mar 7, 2026
OVERVIEW

Airtable MCP Server is a Model Context Protocol (MCP) server published by domdomegg. It ranks #740 of 58,900 servers tracked on MCP Toplist, and its repository has 242 GitHub stars. Airtable MCP Server is listed on Official MCP, with 9 tracked versions. It was first listed on Sep 9, 2025 and most recently updated on Mar 7, 2026.

STANDING
#740of 58,900 tracked serversTop 5%

Ranks ahead of 58,160 of 58,900 servers on MCP Toplist.

Recent momentum
+46GitHub stars since Sep 8 (+22%)
CONNECT

Use Airtable MCP Server

Add Airtable MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

npm package
{
  "mcpServers": {
    "airtable-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "airtable-mcp-server"
      ],
      "env": {
        "AIRTABLE_API_KEY": "<your AIRTABLE_API_KEY>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

Docker image
{
  "mcpServers": {
    "airtable-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/domdomegg/airtable-mcp-server:1.11.0"
      ],
      "env": {
        "AIRTABLE_API_KEY": "<your AIRTABLE_API_KEY>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

MCP bundle

Published as mcp bundle `https://github.com/domdomegg/airtable-mcp-server/releases/download/v1.11.0/airtable-mcp-server.mcpb` — install it through your client’s extension manager.

REGISTRIES

Listed on 1 registry

ORGANIZATION

domdomegg

Organization
Total servers
36
Total versions
126
MORE FROM THIS PUBLISHER

Other servers by domdomegg

View all domdomegg servers →
VERSIONS

Available versions (9)

VersionPublished
1.13.0Mar 7, 2026
1.12.0Feb 27, 2026
1.11.0Feb 16, 2026
1.9.6Dec 8, 2025
1.9.5Nov 20, 2025
1.9.4Oct 26, 2025
1.7.3Sep 12, 2025
1.7.2Sep 9, 2025
0.1.0Nov 25, 2024
FAQ

Frequently asked questions

What is Airtable MCP Server?
Read and write access to Airtable database schemas, tables, and records.
Who maintains Airtable MCP Server?
Airtable MCP Server is maintained by domdomegg, which publishes 36 MCP servers (126 total versions) tracked on MCP Toplist.
Is Airtable MCP Server an official MCP server?
Yes — Airtable MCP Server is listed on the Official MCP Registry.
How many versions does Airtable MCP Server have?
MCP Toplist tracks 9 versions of Airtable MCP Server, most recently published on Mar 7, 2026.
Where can I find the source code for Airtable MCP Server?
The source code for Airtable MCP Server is hosted at github.com/domdomegg/airtable-mcp-server.git.
EXPLORE
Airtable MCP Server - MCP Server #740 | MCP Toplist