skills
Airtable
Documentation
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, Codex, and Cursor, 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-skillsFor local testing from a clone:
/plugin marketplace add /path/to/this/repo
/plugin install airtable@airtable-skillsCodex
codex plugin marketplace add airtable/skillsThen enable the plugin via the Codex TUI's plugins menu, or by adding to `~/.codex/config.toml`:
[plugins."airtable@airtable-skills"]
enabled = trueIf 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"Cursor
Browse the Cursor Marketplace or 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/airtableCursor picks up plugins under `~/.cursor/plugins/local` automatically.
Standalone skills (any agent)
For 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-filtersOr download the latest tagged release zip from GitHub Releases.
Layout
.
├── .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/License
MIT.
Frequently asked questions
What is skills?
skills is Airtable
How do I install skills?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is skills open source?
Yes — it is hosted on GitHub at https://github.com/Airtable/skills and has 42 stars.
Related MCP tools
Model Context Protocol Servers
Pre-indexed code knowledge graph, auto syncs on code changes, for Claude Code, Codex, Gemini, Cursor, OpenCode, AntiGravity, Kiro, CoPilot, and Hermes Agent — fewer tokens, fewer tool calls, 100% local
an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
The easy-to-use open source Business Intelligence and Embedded Analytics tool that lets everyone work with data :bar_chart:
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP