databases

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.

python
cloud
databases
0
View on GitHub

Installation

npx -y rashidazarang/airtable-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "airtable-mcp",
  "command": "npx",
  "args": [
    "-y",
    "rashidazarang/airtable-mcp"
  ]
}

About This MCP Server

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.

GitHub: https://github.com/rashidazarang/airtable-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub