Block 1 - MCP Server Trigger
- Type / Role
- @n8n/n8n-nodes-langchain.mcpTrigger - mcpTrigger
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
AI Powered Airtable Contact Manager Overview The AI Powered Airtable Contact Manager is an intelligent n8n workflow that enables AI assistants to seamlessly manage contact data in Airtable through ...
@n8n/n8n-nodes-langchain.mcptrigger, n8n-nodes-base.airtabletool, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by David Olusola.
Original n8n.io sourceThe AI-Powered Airtable Contact Manager is an intelligent n8n workflow that enables AI assistants to seamlessly manage contact data in Airtable through natural language interactions. Using the Model Context Protocol (MCP), this workflow bridges the gap between conversational AI and structured data management.
This workflow creates a powerful AI-to-database interface that allows users to manage their Airtable contacts through natural language commands. Here's the complete flow:
The workflow provides four core contact management functions:
🔍 Get Record: Retrieves specific contact details using a Record ID
âž• Create Record: Adds new contacts to the database
🗑️ Delete Record: Removes contacts permanently
🔎 Search Records: Finds contacts using flexible criteria
$fromAI() functionsCreate Airtable Base:
app)Set Up Contact Table:
Name (Single line text)email (Email)Assignee (Single line text)Status (Single select: Todo, In progress, Done)tbl)Generate API Token:
Import Workflow:
Configure Airtable Credentials:
Update Base and Table IDs:
YOUR_AIRTABLE_BASE_ID with your actual Base ID (starts with app)YOUR_AIRTABLE_TABLE_ID with your actual Table ID (starts with tbl)Update Credential References:
your-airtable-credential-id with your actual credential IDConfigure MCP Server:
your-webhook-path-here and your-webhook-id-here with your actual webhook detailsUpdate Node IDs (Optional):
Test the Integration:
Add More Fields:
Enhanced Error Handling:
Once set up, users can interact with the system naturally:
Creating Contacts:
Finding Contacts:
Managing Records:
$fromAI() function for intelligent data extractionThis workflow transforms contact management from a manual, time-consuming task into an effortless, conversational experience powered by AI.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Ai-powered contact management in Airtable with natural language commands |
|---|---|
| Complexity | intermediate |
| Nodes | 10 |
| Categories | CRM, AI Chatbot |
| Author | David Olusola |
| Published | 01 Jul 2025 |
Use the JSON export at /data/workflows/5509/5509.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
AI Powered Airtable Contact Manager Overview The AI Powered Airtable Contact Manager is an intelligent n8n workflow that enables AI assistants to seamlessly manage contact data in Airtable through ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your CRM, AI Chatbot use case.