Airtable

by Airtable

36 stars
407 downloads
Not rated
GitHub

Description

# Airtable Airtable is the database and operations layer for your agents — whether running product, marketing, sales, ops, HR, or a custom business app. It combines structured data with multiplayer visual surfaces (grid, kanban, calendar, gallery, timeline) humans and agents…

About

# Airtable Airtable is the database and operations layer for your agents — whether running product, marketing, sales, ops, HR, or a custom business app. It combines structured data with multiplayer visual surfaces (grid, kanban, calendar, gallery, timeline) humans and agents share — plus sync integrations to Jira…

Details

Author
Airtable
GitHub stars
36
Downloads
407
Categories
Database, Other, Automation, Marketing, Project Management, Communication

- Combines structured data with multiplayer visual surfaces for agents and humans.
- Sync integrations with Jira, Salesforce, Zendesk, Google Drive, Databricks, and more.
- Enterprise governance and compliance.
- Installable as a plugin for Claude Code and Codex.
- Standalone skills consumable by any agent supporting Agent Skills format.
- Official MCP server hosted at mcp.airtable.com/mcp.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Airtable
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install as a plugin for Claude Code or Codex, or as standalone skills via the skills CLI for any agent that consumes agentskills.io–format skills. The official Airtable MCP server at mcp.airtable.com/mcp is auto-wired via .mcp.json when the plugin is enabled; you can also configure it manually.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "airtable": {
            "airtable": {
                "type": "http",
                "url": "https://mcp.airtable.com/mcp"
            }
        }
    }
}

McpServers

{
    "airtable": {
        "type": "http",
        "url": "https://mcp.airtable.com/mcp"
    }
}
- **Create and configure Airtable bases**— ask your agent to set up a new base with tables, fields, and views using`create_base`and related schema tools. - **Query records with formulas and filters**— retrieve, sort, and filter rows across tables using`list_records`with Airtable formula syntax. - **Update and manage record data**— insert, modify, or delete individual records via`create_record`,`update_record`, and`delete_record`. - **List and inspect base schema**— explore tables, fields, and linked relationships with`list_tables`and`get_table_schema`. Airtable is the database and operations layer for your agents — whether running product, marketing, sales, ops, HR, or a custom business app. It combines structured data with multiplayer visual surfaces (grid, kanban, calendar, gallery, timeline) humans and agents share — plus sync integrations to Jira, Salesforce, Zendesk, Google Drive, Databricks, and the rest of your stack, all backed by enterprise governance. This repo is the canonical, official home for the plugins, skills, and other artifacts we ship to make Airtable as fluent to agents as it already is to builders and users. Today that ships as an installable plugin for[Claude Code,](https://code.claude.com)[Codex, and](https://developers.openai.com/codex)[Cursor, and as a standalone collection of skills installable via the](https://cursor.com)[`skills`CLIfor any agent that consumes](https://github.com/vercel-labs/skills)[agentskills.io–format skills. The bundled skills live under](https://agentskills.io)[`plugins/airtable/skills/`, and the official Airtable MCP server (`mcp.airtable.com/mcp`) is auto-wired via`.mcp.json`. ``` `/plugin marketplace add airtable/skills /plugin install airtable@airtable-skills` ``` ``` `/plugin marketplace add /path/to/this/repo /plugin install airtable@airtable-skills` ``` ``` `codex plugin marketplace add airtable/skills` ``` Then enable the plugin via the Codex TUI's plugins menu, or by adding to`~/.codex/config.toml`: ``` `](https://github.com/airtable/skills/blob/HEAD/plugins/airtable/skills/)[plugins."airtable@airtable-skills"] enabled = true` ``` If you'd rather wire the MCP server manually instead of via the plugin, add the following to`~/.codex/config.toml`(the plugin handles this automatically when enabled — this is just an escape hatch): ``` `[[mcp_servers]] name = "airtable" type = "http" url = "https://mcp.airtable.com/mcp"` ``` Browse the[Cursor Marketplaceor add the plugin from the Customize panel in the sidebar. In the editor you can also run`/add-plugin`. To test locally from a clone before it's live in the marketplace, symlink or copy the plugin into Cursor's local plugins directory: ``` `ln -s "$(pwd)/plugins/airtable" ~/.cursor/plugins/local/airtable` ``` Cursor picks up plugins under`~/.cursor/plugins/local`automatically. For OpenCode, Pi, Gemini CLI, or any other agent that consumes](https://cursor.com/marketplace)[Agent Skills: ``` `# All skills npx skills add airtable/skills # A specific skill npx skills add airtable/skills --skill airtable-filters` ``` Or download the latest tagged release zip from](https://agentskills.io)[GitHub Releases. ``` `. ├── .claude-plugin/marketplace.json # Claude marketplace catalog ├── .agents/plugins/marketplace.json # Codex marketplace catalog ├── .cursor-plugin/marketplace.json # Cursor marketplace catalog └── plugins/airtable/ # the V1 plugin ├── .claude-plugin/plugin.json ├── .codex-plugin/plugin.json ├── .cursor-plugin/plugin.json ├── .mcp.json └── skills/` ``` Airtable runs an official remote MCP server — connect over a hosted URL instead of installing this one locally. Interact with Airtable's API to manage bases, tables, and records. Access and manage Airtable bases, tables, and records using the Airtable Web API. Read and write access to your Baserow tables. Apify-hosted MCP server for Airtable with 15 tools. Full CRUD for records, tables, fields, search, and schema inspection. No local setup needed. VS Code extension and MCP server for Airtable, formula editor, schema tools, and 30+ automation utilities for bases, views, and fields. A lightweight server to connect AI assistants with Kintone applications and data. Integrate with kintone data and applications using the Model Context Protocol. An MCP server for NocoDB, the open-source Airtable alternative. It allows interaction with your NocoDB instance via API. An MCP server for Quickbase, enabling seamless integration with AI assistants like Claude Desktop. A comprehensive Model Context Protocol (MCP) server for SeaTable that exposes end‑to‑end database capabilities (schema introspection, CRUD, querying, linking, select option management, and file attachment stubs) through 18+ rigorously defined tools.](https://github.com/airtable/skills/releases/latest)
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.