Airtable MCP Server
Connect your Airtable data using Model Context Protocol.

Connecting to Airtable

Setting Up Your Airtable Integration
To get started, you'll need to create a personal access token in your Airtable account.
-
Visit Airtable Developer Hub and sign in to your account
-
Navigate to your Account Settings by clicking on your profile picture
-
Go to the Developer tab in the left sidebar
-
Click on Personal access tokens
-
Click Create new token button
-
Give your token a descriptive name (e.g., “MCP Integration”)
-
Select the scopes you need (typically data.records:read and data.records:write)
-
Choose the specific bases you want to grant access to
-
Click Create token and copy the generated token immediately
-
Store this token securely as you won’t be able to see it again
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": [
"-y",
"airtable-mcp-server"
],
"env": {
"AIRTABLE_API_KEY": "your_airtable_token"
}
}
}
Update Your Local MCP Bridge
You'll need to add an entry into the mcp-config.json file.
-
Run the MCP Bridge
-
Locate the config file
-
Add the entry for Airtable. You’ll need to replace your_airtable_token with the personal access token you created in the previous step.

Restart the Local MCP Bridge
Once the MCP Bridge loads, you'll see Airtable and its tools listed in the window.
-
Remember to add your Local MCP Bridge to the list of MCP Servers in your knowledge base.
Connect Using MCP Today
Unlock powerful database insights through Airtable MCP integration.