A

Airtable MCP

Read and write Airtable bases with schema introspection.

Airtable·No reviews yet
Repo Docs
Share:

About

List bases and tables, describe fields (including linked records and formulas), and perform full CRUD on records. Supports filtering with Airtable formulas, view-based lookups, and batch upserts. Great foundation for lightweight ops apps, content pipelines, and internal directories.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table

Screenshots

No screenshots yet.

Install Airtable MCP

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-airtable"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-airtable"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "airtable": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-airtable"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.