{
  "id": "airtable",
  "name": "Airtable",
  "description": "List bases, query records, and update fields across your Airtable workspace.",
  "categories": [
    "Database",
    "Operations"
  ],
  "appUrl": "https://airtable.com",
  "docsUrl": "https://github.com/domdomegg/airtable-mcp-server",
  "notes": "Very common internal-tools and operations automation surface.",
  "popularityRank": 17,
  "connectionOptions": [
    {
      "id": "api",
      "provider": "mcp",
      "transport": {
        "kind": "stdio",
        "serverName": "airtable",
        "command": "npx",
        "args": [
          "-y",
          "airtable-mcp-server"
        ],
        "envFields": [
          {
            "key": "AIRTABLE_API_KEY",
            "label": "Airtable personal access token",
            "type": "password",
            "required": true,
            "helperText": "Personal access token from your Airtable account.",
            "helperLink": "https://airtable.com/create/tokens"
          }
        ]
      },
      "auth": {
        "strategy": "api_key"
      }
    }
  ],
  "iconBg": "#FCB400",
  "logoUrl": "https://cdn.simpleicons.org/airtable/000000",
  "iconColor": "var(--oh-surface-deep)",
  "keywords": [
    "spreadsheet",
    "database",
    "records",
    "bases"
  ]
}
