Back to Home
domdomegg icon

airtable-mcp-server

Verified Safe

by domdomegg

Overview

A Model Context Protocol server that provides read and write access to Airtable databases, enabling LLMs to inspect schemas and manage records.

Installation

Run Command
npx -y airtable-mcp-server

Environment Variables

  • AIRTABLE_API_KEY
  • MCP_TRANSPORT
  • PORT

Security Notes

The server correctly retrieves the Airtable API key from environment variables (AIRTABLE_API_KEY) or a deprecated command-line argument, preventing hardcoding. It uses Zod for input and API response validation. The `searchRecords` function sanitizes user-provided search terms to prevent Airtable formula injection. An explicit warning is provided when running with HTTP transport about the lack of built-in authentication, emphasizing the need for a reverse proxy or secured setup. While a read-only API key is present in an e2e test file, it's not used in production code paths.

Similar Servers

Stats

Interest Score71
Security Score8
Cost ClassMedium
Avg Tokens300
Stars390
Forks128
Last Update2026-01-16

Tags

airtabledatabasemcpdata-managementllm-integration