Provides AI assistants with direct access to Airtable bases, allowing them to read schemas, query records, and interact with your Airtable data. Supports listing bases, retrieving table structures, and searching through records to help automate workflows and answer questions about your organized data.
478
13 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
airtable-mcp-server
to the mcpServers
section:{
"mcpServers": {
"airtable-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"NODE_ENV",
"-e",
"AIRTABLE_API_KEY",
- mcp/airtable-mcp-server@sha256:9f2a5f0f6887af7ca5e45b2f70cd79796fec7903207ad5122f6202e845806681
],
"env": {
"NODE_ENV": "{{airtable-mcp-server.nodeenv}}",
"AIRTABLE_API_KEY": "patABC123.def456ghi789jkl012mno345pqr678stu901vwx"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP Airtable MCP Server
version: 1.0.1
schema: v1
mcpServers:
- name: Airtable MCP Server
command: docker
args:
- run
- --rm
- -i
- -e
- NODE_ENV
- -e
- AIRTABLE_API_KEY
- mcp/airtable-mcp-server@sha256:9f2a5f0f6887af7ca5e45b2f70cd79796fec7903207ad5122f6202e845806681
env:
NODE_ENV: "{{airtable-mcp-server.nodeenv}}"
AIRTABLE_API_KEY: "patABC123.def456ghi789jkl012mno345pqr678stu901vwx"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
airtable-mcp-server
to the mcpServers
section:{
"mcpServers": {
"airtable-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"NODE_ENV",
"-e",
"AIRTABLE_API_KEY",
- mcp/airtable-mcp-server@sha256:9f2a5f0f6887af7ca5e45b2f70cd79796fec7903207ad5122f6202e845806681
],
"env": {
"NODE_ENV": "{{airtable-mcp-server.nodeenv}}",
"AIRTABLE_API_KEY": "patABC123.def456ghi789jkl012mno345pqr678stu901vwx"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for