Skip to content
Airtable

AirtableMCP Server

Added to Onei
2 views
v1.14.0
MIT

Summary

Read and write Airtable bases from an AI client — records, schemas, fields, and views.

Features

  • Read and write records across bases and tables
  • Inspect base schemas, fields, and views
  • Create and modify tables and fields

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it, filling in the environment variables with your own values.
  3. Restart the agent — the "Airtable" tools will be available.
{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": [
        "-y",
        "airtable-mcp-server"
      ],
      "env": {
        "AIRTABLE_API_KEY": "pat.your-token"
      }
    }
  }
}

Description

This MCP server gives an assistant full read and write access to Airtable, which is unusually valuable because Airtable is where a lot of small teams keep their operational data.

What it covers
  • Records. List, search, create, update, and delete, with filtering by formula and view.
  • Schema inspection. Bases, tables, fields, and their types — so the assistant writes to the right fields with the right formats rather than guessing.
  • Schema modification. Create tables and fields, which means an assistant can set up a base structure from a description.
Typical uses

Bulk-updating records that would be tedious by hand; answering questions across a base without building a view for them; migrating data between tables; and generating structured records from unstructured input — turning a pile of notes into rows.

Setup

Requires an Airtable personal access token with the scopes for the bases you want reachable. Scope the token to specific bases rather than granting workspace-wide access.

Runs with npx -y airtable-mcp-server. Widely used and actively maintained.

Related MCP Servers

MCP: Vanta

by Vanta

New

Vanta's official remote MCP server — query controls, tests, vendors, vulnerabilities and policies across SOC 2 and ISO 27001, and remediate failing tests from your agent.

New

Attio's official hosted MCP server — search, read and write your CRM records, lists, notes, tasks, meetings and emails from any MCP client over OAuth.

1 views

MCP: Fireflies.ai

by Fireflies.ai

Featured

Fireflies.ai's official remote MCP server — 19 tools for searching meeting transcripts and summaries, pulling action items and analytics, and cutting soundbites from recorded calls.

5 views

MCP: ClickUp

by ClickUp

Featured

ClickUp's official remote MCP server — around 40 tools across tasks, search, Docs, Chat and time tracking, over OAuth 2.1 with PKCE.

2 views
Browse all MCP servers →