Airtable
Freeby Indie Developer
Query, create, and manage records in Airtable bases and tables.
v1.0.0Added Mar 15, 2025
airtablespreadsheetno-code
Airtable MCP Server
Query, create, and manage records in Airtable bases and tables.
Features
- Records CRUD
- Views
- Formulas
- Attachments
- Automations
Installation
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": ["-y", "mcp-airtable"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-airtable
Add to claude_desktop_config.json
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": ["-y", "mcp-airtable"]
}
}
}