Codibly Airtable MCP Server
Enterprise MCP server by Codibly for seamless Airtable database integration - manage records, automate workflows, and sync data with AI assistance
⚡ Quick Install with Claude Code MCP Guide
Connect Claude Code to any remote MCP server with one simple command. Choose between direct HTTP connections or a universal bridge - all configured automatically with our setup wizard.
Get the Claude Code MCP Setup Guide →🔌 Test MCP Server Connection
Test your connection to the MCP wrapper server using your x-api-key. This validates that your MCP server credentials are configured correctly.
🚀 Test Full Airtable Connection
Test both your MCP server connection AND your Airtable API credentials. This ensures your complete setup is working correctly.
📡 API Endpoint & Required Headers
Required HTTP Headers:
🛠️ Available Tools
⚠️ Common Errors & Solutions
🏥 Service Health Check
Configuration
// Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) // Windows: %APPDATA%\Claude\claude_desktop_config.json { "mcpServers": { "airtable": { "command": "npx", "args": [ "-y", "@airtable-mcp/airtable-mcp@latest" ], "env": { "AIRTABLE_API_KEY": "YOUR_AIRTABLE_API_KEY", "AIRTABLE_BASE_ID": "YOUR_BASE_ID" } } } }
Features
Enterprise-grade database integration for AI assistants
Database Management
Full CRUD operations on Airtable bases and tables.
Real-time Sync
Keep data synchronized between AI apps and Airtable.
Advanced Filtering
Complex queries with formula-based filtering.
Bulk Operations
Efficiently handle large-scale data operations.
Linked Records
Manage relationships between tables seamlessly.
Rich Field Types
Support for attachments, checkboxes, dates, and more.
📋 Recent Updates from GitHub
- Major Update: Updated to MCP SDK 1.17.4 for latest protocol support
- Enhancement: Enhanced credential validation with proper Base ID verification
- Feature: Added AWS MCP-style update mechanism with real-time status monitoring
- Fix: Improved error handling and user-friendly error messages
- Feature: Added production-ready volume mounting for easy updates
- Fix: Improved beta release CI/CD pipeline
- Update: Updated DXT descriptions for clarity
- Fix: Changed log message format for actor-mcp
- Feature: Updated DXT file structure
- Fix: Resolved issue with adding non-existent Actors
- Feature: Changed logs to structured format for better debugging
- Improvement: Changed info logs to debug level for cleaner output
- Feature: Added tools dump functionality