airtable-mcp Self-discovery Tools are fetched from the MCP server at runtime, so the CLI never has a hardcoded command list. Discover what's available: Run before assuming a tool exists. Tool names, arguments, and output shapes can change between server releases without a CLI update. Install Auth The CLI needs an Airtable personal access token (PAT). Two paths: Environment variable (preferred for scripts/agents): Interactive configure (stores token in with 0600 permissions): Create tokens at https://airtable.com/create/tokens. Ensure the token has the scopes required by the tools being called…