workflows.fit
Back to n8n workflows
n8n templateFreeBy Denis

Complete Airtable database management with AI agents and Redis storage

What this workflow does Complete Airtable database management system using MCP (Model Context Protocol) for AI agents. Create bases, tables with complex field types, manage records, and maintain state with Redis stora...

AILangchainCore NodesHttp Request ToolSticky NoteMemory Redis ChatAgent
Loading interactive preview...

Template notes

What this workflow does Complete Airtable database management system using MCP (Model Context Protocol) for AI agents. Create bases, tables with complex field types, manage records, and maintain state with Redis storage.

Setup steps 1. Add your Airtable Personal Access Token to credentials 2. Configure Redis connection for ID storage 3. Get your workspace ID from Airtable (starts with wsp...) 4. Connect to MCP Server Trigger 5. Configure your AI agent with the provided instructions

Key features - Create new Airtable bases and custom tables - Support for all field types (date, number, select, etc.) - Full CRUD operations on records - Rename tables and fields - Store base/workspace IDs to avoid repeated requests - Generic operations work with ANY Airtable structure

Included operations - createbase, createcustomtable, addfield - gettableids, getexistingrecords - updaterecord, renametable, renamefields - deleterecord - get/set baseid and workspaceid (Redis storage)

Notes Check sticky notes in workflow for ID locations and field type requirements.