rashidazarang/airtable-mcp
Connect AI tools directly to Airtable. Query, create, update, and delete records using natural language. Features include base management, table operations, schema manipulation, record filtering, and data migration through a standardized MCP interface.
Quick Start
Clone the repository:
git clone https://github.com/rashidazarang/airtable-mcpClaude Desktop configuration example:
{
"mcpServers": {
"airtable-mcp": {
"command": "npx",
"args": [
"-y",
"rashidazarang/airtable-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.