Odel
Airtable

Airtable

Local
@domdomegg456TypeScriptMITUpdated 4 days ago

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).

npmairtable-mcp-serverv1.14.0

Run

npx -y airtable-mcp-server

MCP client config

{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": [
        "-y",
        "airtable-mcp-server"
      ]
    }
  }
}
Dockerdocker.io/domdomegg/airtable-mcp-server:1.14.0

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"
      ]
    }
  }
}
MCP Bundlehttps://github.com/domdomegg/airtable-mcp-server/releases/download/v1.14.0/airtable-mcp-server.mcpbv1.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.