Airtable runs on your own machine — the client starts it, so there is no endpoint to ping. 2 515 installs a week from npm. Last commit 10 Sep 2026.
Read and write access to Airtable database schemas, tables, and records.
Today is the operative word: we check Airtable every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add airtable-mcp-server -- npx -y airtable-mcp-server
{
"mcpServers": {
"airtable-mcp-server": {
"args": [
"-y",
"airtable-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.airtable-mcp-server]
command = "npx"
args = ["-y", "airtable-mcp-server"]
{
"mcpServers": {
"airtable-mcp-server": {
"args": [
"-y",
"airtable-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"airtable-mcp-server": {
"args": [
"-y",
"airtable-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
AIRTABLE_API_KEY (Airtable personal access token (e.g., pat123.abc123). Create at https://airtable.com/create/tokens/new with scopes: schema.bases:read, data.records:read, and optionally schema.bases:write and data.records:write.).
The author declared them in the registry entry; get the values from the project itself.
AI agents propose database changes as reviewable requests — no direct write access.
Read and edit Microsoft Access databases (.accdb/.mdb) - forms, VBA, tables, queries. Windows.
MCP server for one MySQL database: schema, read-only queries and guarded writes.
Connect to your Supabase database to query data and schemas.
Read, create, update and delete records; inspect objects, fields and schema in your Knack database.
The AI that understands raw data: Schema over your tables and databases, as MCP tools.
WordPress database access via Local by Flywheel. Execute read-only MySQL queries and inspect schema.
Connect to your PostgreSQL database to query data and schemas.
Answers built from our own checks of this server.