Skip to main content
Glama
439,581 tools. Updated 2026-08-10 19:10

"Airtable" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Airtable MCP Pack — wraps the Airtable REST API v0

  • Official Airtable MCP server — database and operations layer for agents.

  • Add new records to Airtable databases by specifying base, table, and field data. Use dryRun to preview changes before committing.
    MIT
  • Modify existing Airtable records after verifying changes with a dry run to prevent data conflicts.
    MIT
  • Retrieve all configured webhooks for the default Airtable base to monitor data changes and automate workflows.
    MIT
  • Fetch a single Airtable record by providing base ID, table name, and record ID. Use this tool to retrieve specific data from Airtable.
    MIT
  • Retrieve Airtable records with filtering, sorting, and pagination options to access structured data from your bases.
    MIT
  • Insert new records or update existing ones in Airtable by matching specified fields, ensuring data consistency without duplicates.
    MIT
  • Execute API calls to external platforms (Airtable, GitHub, Slack, etc.) with scoped permissions and optional human approval. Blocks until approval or returns pending status.
    MIT
  • Retrieve rows from a table with pagination and filter by column values using operators such as equals, contains, or is_empty, applying multiple filters with AND logic.
    MIT