Home › Databases & Data › Airtable
Airtable
Read and write access to Airtable database schemas, tables, and records.
Topics: Databases
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.14.0)
npx -y airtable-mcp-server@1.14.0
Or add to your MCP client config:
{
"mcpServers": {
"airtable-mcp-server": {
"command": "npx",
"args": [
"-y",
"airtable-mcp-server@1.14.0"
],
"env": {
"AIRTABLE_API_KEY": "<YOUR_VALUE>"
}
}
}
}
AIRTABLE_API_KEYrequired secret — Airtable personal access token (e.g., pat123.abc123). Create at https://airtable.com/create/tokens/new with scopes: schema.bases:read, data.records:read, and optionally schema.bases:write and data.records:write.
Package (oci)
docker run -i --rm docker.io/domdomegg/airtable-mcp-server:1.14.0
Or add to your MCP client config:
{
"mcpServers": {
"airtable-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/domdomegg/airtable-mcp-server:1.14.0"
],
"env": {
"AIRTABLE_API_KEY": "<YOUR_VALUE>"
}
}
}
}
AIRTABLE_API_KEYrequired secret — Airtable personal access token (e.g., pat123.abc123). Create at https://airtable.com/create/tokens/new with scopes: schema.bases:read, data.records:read, and optionally schema.bases:write and data.records:write.
Package (mcpb 1.14.0)
Package: mcpb https://github.com/domdomegg/airtable-mcp-server/releases/download/v1.14.0/airtable-mcp-server.mcpb
Related servers
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
postgres-mcp
All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
Supabase
MCP server for interacting with the Supabase platform
mcp-server-mysql
MySQL database integration in NodeJS with configurable access controls and schema inspection
mcp-server-qdrant
A Qdrant MCP server
Listed in punkpeye/awesome-mcp-servers (MIT)
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry