MCP server

Airtable

MCP

Official Airtable MCP. Bases as a database.

Airtable’s own remote server. Schema and records for the bases you connect.

latest·Proprietary·Updated this quarter·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "airtable": {
      "url": "https://mcp.airtable.com/mcp"
    }
  }
}

By Airtable

Spec

What the server actually exposes.

  • list_bases

    read

    Bases the integration can see.

  • list_records

    read

    Rows in a table.

  • create_record

    write

    Insert a row after you confirm.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

airtable-mcp.mcp/tools

Tools

  • list_bases

    Bases the integration can see.

    read
  • list_records

    Rows in a table.

    read
  • create_record

    Insert a row after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_bases",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.