Read and write access to Airtable database schemas, tables, and records.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y airtable-mcp-server
MCP client config
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": [
"-y",
"airtable-mcp-server"
]
}
}
}Run
docker run -i --rm docker.io/domdomegg/airtable-mcp-server:1.14.0
MCP client config
{
"mcpServers": {
"airtable": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/domdomegg/airtable-mcp-server:1.14.0"
]
}
}
}Distributed as an MCP bundle (`https://github.com/domdomegg/airtable-mcp-server/releases/download/v1.14.0/airtable-mcp-server.mcpb`) — download it and import the bundle in your MCP client.