Skip to main content
Glama
184,844 tools. Last updated 2026-06-08 20:05

"Airtable" matching MCP tools:

  • 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

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.

  • 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
  • Retrieve all accessible workspaces for the currently authenticated user using the AITable MCP Server. Facilitates workspace management and access control.
    TypeScript
    MIT
  • Retrieve and manage records from specified AITable datasheets with pagination, field filtering, sorting, and formula-based filtering. Enables precise data extraction and organization for enhanced analysis.
    TypeScript
    MIT
  • Retrieve specific node types like datasheets, forms, or folders from a workspace using filters such as permissions and search queries. Simplify node management in AITable MCP Server.
    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 filters, sorts, column order, and other configuration to audit state before making changes.
    MIT
  • Reset a view's column layout by hiding all columns and showing only specified field IDs in left-to-right order, with optional freeze of leftmost columns.
    MIT
  • Delete a field from an Airtable table using its ID and expected name. Deletion is irreversible and blocked if dependencies exist unless force is enabled.
    MIT
  • Update the configuration of any Airtable field, including computed and non-computed types. Supports formula, rollup, lookup, select, number, date, and more, with options to add choices without removing existing ones.
    MIT