MCP Hub
Back to servers

Airtable

Airtable MCP Pack — wraps the Airtable REST API v0

Registry
Updated
Apr 15, 2026

mcp-airtable

Airtable MCP Pack — wraps the Airtable REST API v0

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
airtable_list_recordsList records from an Airtable table. Supports optional formula filtering.
airtable_get_recordGet a single record by ID from an Airtable table.
airtable_create_recordCreate a new record in an Airtable table.
airtable_list_basesList all bases accessible to the authenticated user.
airtable_get_base_schemaGet the schema (tables and fields) for an Airtable base.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "airtable": {
      "url": "https://gateway.pipeworx.io/airtable/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use airtable

License

MIT

Reviews

No reviews yet

Sign in to write a review