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
Installation
npx -y rashidazarang/airtable-mcpConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub