Back to Home
domdomegg icon

airtable-mcp-server

Verified Safe

by domdomegg

Overview

The server enables LLMs to inspect Airtable database schemas, then read and write records, providing comprehensive data management capabilities.

Installation

Run Command
npx -y airtable-mcp-server

Environment Variables

  • AIRTABLE_API_KEY

Security Notes

The server uses `zod` for robust input validation, mitigating injection risks (e.g., `searchTerm` is escaped). It handles Airtable API errors gracefully, providing specific troubleshooting guidance for common authentication and permission issues, which aids secure setup. The `AIRTABLE_API_KEY` is loaded from environment variables (recommended) or command-line arguments (deprecated warning issued). A hardcoded read-only API key is present in an integration test file, which is acceptable for testing purposes, but generally, even test secrets should be loaded from a secure source.

Similar Servers

Stats

Interest Score72
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars360
Forks123
Last Update2025-12-02

Tags

AirtableDatabaseLLM IntegrationData ManagementModel Context Protocol