airtable

claude-plugins-official

productivityClaude Codeby Airtable

Summary

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 plugin makes Claude fluent in Airtable: creating bases and schema, working with records, and sharing UI for collaboration. Bundles the official Airtable MCP server.

Install to Claude Code

/plugin install airtable@claude-plugins-official

Run in Claude Code. Add the marketplace first with /plugin marketplace add anthropics/claude-plugins-official if you haven't already.

README.md

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, 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 and Codex, and as a standalone collection of skills installable via the skills CLI for any agent that consumes agentskills.io–format skills.

What's inside

The bundled skills live under plugins/airtable/skills/, and the official Airtable MCP server (mcp.airtable.com/mcp) is auto-wired via .mcp.json.

Install

Claude Code

/plugin marketplace add airtable/skills
/plugin install airtable@airtable-skills

For local testing from a clone:

/plugin marketplace add /path/to/this/repo
/plugin install airtable@airtable-skills

Codex

codex plugin marketplace add airtable/skills

Then enable the plugin via the Codex TUI's plugins menu, or by adding to ~/.codex/config.toml:

[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"

Standalone skills (any agent)

For Cursor, OpenCode, Pi, Gemini CLI, or any other agent that consumes 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 GitHub Releases.

Layout

.
├── .claude-plugin/marketplace.json     # Claude marketplace catalog
├── .agents/plugins/marketplace.json    # Codex marketplace catalog
└── plugins/airtable/                   # the V1 plugin
    ├── .claude-plugin/plugin.json
    ├── .codex-plugin/plugin.json
    ├── .mcp.json
    └── skills/

License

MIT.

Related plugins

Browse all →

airwallex-agentos

claude-plugins-official

Bring Airwallex's global financial infrastructure to Claude. Orchestrate actions across your account in plain language, e.g., set up invoices from a PO, onboard suppliers from invoices, and check current cash position across currencies. AgentOS bundles pre-built finance Skills with MCP servers. A public CLI connects your agent to Airwallex's capabilities.

Open plugin →

apollo

claude-plugins-official

Prospect, enrich leads, load outreach sequences, and query sales analytics with Apollo.io — one-click MCP server integration for Claude Code and Cowork.

Open plugin →

asana

claude-plugins-official

Asana project management integration. Create and manage tasks, search projects, update assignments, track progress, and integrate your development workflow with Asana's work management platform.

Open plugin →

atlassian

claude-plugins-official

Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.

Open plugin →

box

claude-plugins-official

Work with your Box content directly from Claude Code — search files, organize folders, collaborate with your team, and use Box AI to answer questions, summarize documents, and extract data without leaving your workflow.

Open plugin →

carta-cap-table

claude-plugins-official

Carta Cap Table plugin — skills and hooks for querying cap tables, grants, SAFEs, 409A valuations, waterfall scenarios, and more

Open plugin →