Airtable
📋 Productivity
Read and write access to Airtable databases. Inspect schemas, query records, create entries, and update data across bases. Supports all Airtable field types with configurable access token scopes.
Tags
Tools (15)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": [
"-y",
"airtable-mcp-server"
],
"env": {
"AIRTABLE_API_KEY": "your-airtable-api-key-here"
}
}
}
}