Airtable — Bases, Tables & Records Work with Airtable's REST API directly via using the tool. No MCP server, no OAuth flow, no Python SDK — just and a personal access token. Prerequisites 1. Create a Personal Access Token (PAT) at https://airtable.com/create/tokens (tokens start with ). 2. Grant these scopes (minimum): - — read rows - — create / update / delete rows - — list bases and tables 3. Important: in the same token UI, add each base you want to access to the token's Access list. PATs are scoped per-base — a valid token on the wrong base returns . 4. Store the token in (or via ): Note:…