{
  "slug": "airtable",
  "name": "Airtable MCP Server",
  "vendor": "Airtable",
  "official": true,
  "category": "production-ops",
  "featured": false,
  "tagline": "Official hosted Airtable MCP: query, create, and update production-tracking bases.",
  "description": "Airtable's official remote MCP server lets agents search bases, read schemas, filter/sort records, create and update rows, and read interface pages — ideal for shot trackers, casting sheets, asset libraries, and budgets. OAuth via Dynamic Client Registration (or a personal access token), and it enforces each user's existing Airtable permissions.",
  "capabilities": [
    "base-search",
    "schema-inspection",
    "record-crud",
    "record-search",
    "comments",
    "table-creation",
    "interface-pages"
  ],
  "tools_sample": [
    "search_bases",
    "list_tables_for_base",
    "get_table_schema",
    "list_records_for_table",
    "search_records",
    "create_records_for_table",
    "update_records_for_table",
    "create_table"
  ],
  "install": {
    "claude_code": "claude mcp add --transport http airtable https://mcp.airtable.com/mcp",
    "remote_url": "https://mcp.airtable.com/mcp",
    "stdio_command": null
  },
  "auth": {
    "type": "oauth",
    "env_var": null,
    "key_url": "OAuth browser flow (primary); PATs also supported at https://airtable.com/create/tokens"
  },
  "pricing": "freemium",
  "links": {
    "repo": null,
    "docs": "https://support.airtable.com/docs/using-the-airtable-mcp-server",
    "site": "https://www.airtable.com"
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "notes": "Tool names verified directly against the live official server. Permissions-aware (read-only access stays read-only via MCP). Community stdio alternative: domdomegg/airtable-mcp-server (447 stars, npx airtable-mcp-server with a PAT)."
}