Read all records from the Projects table
Common usage pattern for this MCP server
Ask Claude: "Read all records from the Projects table"Read and write records, manage bases and tables in Airtable directly from Claude
Connect Claude to Airtable databases for seamless data management and automation of your bases and tables.~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"airtable": {
"command": "npx",
"args": [
"-y",
"airtable-mcp-server"
],
"env": {
"AIRTABLE_API_KEY": "your_api_key_here"
}
}
}
}{
"mcpServers": {
"airtable": {
"command": "npx",
"args": [
"-y",
"airtable-mcp-server"
],
"env": {
"AIRTABLE_API_KEY": "${AIRTABLE_API_KEY}"
}
}
}
}Authentication failed with 401 Unauthorized error
Verify Personal Access Token at https://airtable.com/account has correct scopes. Ensure token grants access to specific base. Check AIRTABLE_API_KEY environment variable matches your PAT.
Rate limit exceeded - 5 requests per second throttling
Implement 200ms delay between requests (5 req/sec limit). Use batch endpoints to update 10 records per request. Consider batching to achieve 50 updates/second maximum throughput.
Base or table not found with 404 error
Verify base ID starts with 'app' prefix. Check table name is exact case-sensitive match. Confirm PAT has base-level permissions granted at https://airtable.com/account.
Field validation errors when creating or updating records
Match field types exactly (text, number, single select, etc). Provide all required fields. Use GET request to table schema to verify field names, types, and validation rules.
Common usage pattern for this MCP server
Ask Claude: "Read all records from the Projects table"Common usage pattern for this MCP server
Ask Claude: "Add a new contact with these details to Airtable"Common usage pattern for this MCP server
Ask Claude: "Update the status field for all overdue tasks"Common usage pattern for this MCP server
Ask Claude: "Filter records where status='active' AND priority='high'"Loading reviews...
Join our community of Claude power users. No spam, unsubscribe anytime.
Required