airtable-kit
Verified Safeby NickCrews
Overview
A library for building type-safe Airtable API clients and integrating with LLM-powered MCP tools.
Installation
No command providedEnvironment Variables
- AIRTABLE_API_KEY
- AIRTABLE_WORKSPACE_ID
Security Notes
The `src/codegen/generator.ts` module facilitates writing files to a user-specified `outPath` during code generation. While this is intended functionality for a code generation tool, it could present a risk if deployed in an environment where untrusted input controls the `outPath`, potentially leading to arbitrary file writes. However, in its typical usage as a local development utility or within a trusted build pipeline, this risk is mitigated. The included web application (SPA) stores API keys in the client's local storage, a practice that is clearly communicated to the user. No critical vulnerabilities such as `eval` or unvalidated command execution through network requests were identified.
Similar Servers
airtable-mcp-server
A Model Context Protocol server that provides read and write access to Airtable databases, enabling LLMs to inspect schemas and manage records.
mcp-openapi-server
A Model Context Protocol (MCP) server that exposes OpenAPI endpoints as MCP tools, along with optional support for MCP prompts and resources, enabling Large Language Models to interact with REST APIs.
mcp-kit
A CLI tool for scaffolding new Model Context Protocol (MCP) applications, including MCP Servers and Clients.
airtable-mcp
Provides a Model Context Protocol (MCP) server for Airtable, enabling AI agents to perform full CRUD operations, schema management, webhooks, batch operations, and AI-powered analytics through natural language interactions.