Back to Home
ForestAdmin icon

mcp-server-airtable

Verified Safe

by ForestAdmin

Overview

Connects Dust.tt AI agents to Airtable bases, enabling natural language querying and analysis of Airtable data.

Installation

Run Command
cd src && uvicorn forestadmin_airtable_mcp.server_sse:app --host 0.0.0.0 --port 8000

Environment Variables

  • AIRTABLE_ACCESS_TOKEN
  • MCP_AUTH_TOKEN

Security Notes

The server has undergone significant security hardening, addressing critical vulnerabilities. It features Bearer token authentication on all MCP endpoints, robust input validation for Airtable IDs and field names, formula injection prevention through input sanitization, error message sanitization to prevent information disclosure, rate limiting (30 requests/minute per IP), comprehensive audit logging for all operations, and explicit confirmation for destructive operations (delete). Secrets are managed via environment variables and are not hardcoded in the repository. The implementation of these features makes the server highly secure for its intended use case.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-02

Tags

AirtableMCPAI AgentData IntegrationDust.tt