A standalone MCP server extension for Claude Desktop that enables natural language interaction with your Airtable bases.
One-click install. No JSON config editing. API key prompted during setup.
- list_bases - List all accessible Airtable bases
- list_tables - List tables in a specific base
- list_records - Retrieve records from a table
- create_record - Create new records
- update_record - Update existing records
- Download the
.mcpbfile from Releases - In Claude Desktop: Settings → Extensions → Install Extension
- Select the
.mcpbfile - Enter your Airtable API key when prompted
- Go to airtable.com/create/tokens
- Create a personal access token with these scopes:
data.records:readdata.records:writeschema.bases:read
- Grant access to the bases you want to use
Once installed, just chat naturally with Claude:
"List my Airtable bases"
"What tables are in my Projects base?"
"Show me all records from the Tasks table"
"Create a new record in Tasks with Name='Review PR' and Status='Todo'"
"Update record rec123 - set Status to 'Done'"
[Video demo coming soon]
MIT