This repository hosts an Airtable MCP server designed for managing Airtable through Claude Desktop or other MCP clients. It features staged table building and includes system prompt and project knowledge
This Model Context Protocol (MCP) server facilitates interaction with Airtable's API, enabling programmatic management of Airtable bases, tables, fields, and records through Claude Desktop or other MCP clients. It features a specialized implementation for building tables in stages, leveraging Claude's agentic capabilities to minimize failure rates when building complex tables. It also includes system prompt and project knowledge markdown files for LLM guidance within Claude Desktop projects.
Installation involves setting up Node.js and obtaining an Airtable API key with specific scopes. Installation methods include using npx
, mcp-installer
, or local development setup.
Key features include base, table, field, and record management operations, supporting various field types like text, numbers, dates, and single/multi-select options with customizable colors.
Contributions are welcome through forking, creating feature branches, and submitting pull requests, adhering to TypeScript, semantic commits, and thorough testing. Licensed under MIT.
felores/airtable-mcp
December 16, 2024
March 25, 2025
JavaScript