KosmoKrator

productivity

Airtable MCP, CLI, and Lua Integration for AI Agents

Airtable integration docs for AI agents: MCP gateway setup, Airtable CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write Manual OAuth token auth

Airtable for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
airtable
route_slug
airtable
package
airtable
auth_strategy
oauth2_manual_token Manual OAuth token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Airtable MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Airtable.

Airtable CLI Matrix

Use these pages for direct Airtable CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
airtable.airtable_list_bases Read read 0 List all Airtable bases the token has access to.
airtable.airtable_get_base Read read 1 Get details for a single Airtable base by ID.
airtable.airtable_list_records Read read 8 List records from an Airtable table with optional filtering, sorting, and pagination.
airtable.airtable_get_record Read read 3 Get a single Airtable record by ID.
airtable.airtable_create_record Write write 3 Create a new record in an Airtable table.
airtable.airtable_list_views Read read 1 List views for an Airtable base.
airtable.airtable_get_current_user Read read 0 Get the profile of the currently authenticated Airtable user. Useful for verifying credentials and displaying account information.