Knowledge Systems
Trust: 41/100 (Fair)Airtable MCP Guide
Query and manage Airtable bases. Create records, update fields, and build automations.
167 stars 5,100 downloadsby MCP Community
Quick Start
Install
npx @mcp/airtableClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"airtable-mcp": {
"command": "npx",
"args": [
"@mcp/airtable"
]
}
}
}What Airtable MCP Can Do
query_records
Query Airtable records
manage_records
Create and update records
Permissions Required
Airtable MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
airtable.read | Read Airtable data | low |
airtable.write | Write Airtable data | medium |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Partial |
| LangChain | Supported |