Skip to main content
Glama
297,715 tools. Last updated 2026-07-14 08:25

"airtable" matching MCP tools:

  • 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
  • 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

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.

  • 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
  • Retrieve the JSON schema of all fields in a specified database to provide AI models with the expected data structure for accurate processing and analysis.
    TypeScript
    MIT
  • Generate a new record in a datasheet by extracting key information from user input. Convert provided text into a JSON object based on a predefined schema for structured data storage.
    TypeScript
    MIT
  • Retrieve a view's current configuration including filters, sorts, group levels, and column order to audit settings before making updates.
    MIT
  • Resets a view's column layout by hiding all columns and showing only the specified fields in order, with optional freezing. Use for fresh view setup.
    MIT
  • Update the configuration of any Airtable field type, including computed fields like formula, rollup, and lookup, with support for all field options.
    MIT
  • Delete a field from an Airtable table with name verification. Requires exact field name for safety; deletion is irreversible. Checks for dependencies and refuses unless force is specified.
    MIT